aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calc/calc-stuff.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/calc/calc-stuff.el')
-rw-r--r--lisp/calc/calc-stuff.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/calc/calc-stuff.el b/lisp/calc/calc-stuff.el
index 19edc38492..33f8d964e6 100644
--- a/lisp/calc/calc-stuff.el
+++ b/lisp/calc/calc-stuff.el
@@ -3,7 +3,7 @@
;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.
;; Author: David Gillespie <[email protected]>
-;; Maintainers: D. Goel <[email protected]>
+;; Maintainers: D. Goel <[email protected]>
;; Colin Walters <[email protected]>
;; This file is part of GNU Emacs.
@@ -209,7 +209,7 @@ With a prefix, push that prefix as a number onto the stack."
(defun calc-clean-num (num)
(interactive "P")
(calc-clean (- (if num
- (prefix-numeric-value num)
+ (prefix-numeric-value num)
(if (and (>= last-command-char ?0)
(<= last-command-char ?9))
(- last-command-char ?0)