]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/calc/calc.el (calc-digit-start-entry): Fix typo.
authorJay Belanger <jay.p.belanger@gmail.com>
Thu, 8 Oct 2015 13:38:45 +0000 (08:38 -0500)
committerJay Belanger <jay.p.belanger@gmail.com>
Thu, 8 Oct 2015 13:38:45 +0000 (08:38 -0500)
lisp/calc/calc.el

index 105e1e443b48e9da8aeb729db5c52eba5325bac7..0709c619f3d6470b13c2684f1bbc25ecbaaed04a 100644 (file)
@@ -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)