* lisp/calc/calc.el (calc-digit-start-entry): Fix typo.
This commit is contained in:
parent
2124b332a2
commit
52fecf53e2
1 changed files with 1 additions and 1 deletions
|
|
@ -2315,7 +2315,7 @@ the United States."
|
|||
((eq last-command-event ?#) (format "%d#" calc-number-radix))
|
||||
((eq last-command-event ?_) "-")
|
||||
((eq last-command-event ?@) "0@ ")
|
||||
(t (char-to-string last-command-event)))))
|
||||
(t (char-to-string last-command-event))))
|
||||
|
||||
(defvar calc-buffer)
|
||||
(defvar calc-prev-char)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue