diff options
Diffstat (limited to 'lisp/calc/calc.el')
-rw-r--r-- | lisp/calc/calc.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el index c251d28acfb..bbb80bebc1d 100644 --- a/lisp/calc/calc.el +++ b/lisp/calc/calc.el @@ -886,7 +886,6 @@ If nil, selections displayed but ignored.") "Formatting function used for non-decimal numbers.") (defvar calc-last-kill nil) ; Last number killed in calc-mode. -(defvar calc-previous-alg-entry nil) ; Previous algebraic entry. (defvar calc-dollar-values nil) ; Values to be used for '$'. (defvar calc-dollar-used nil) ; Highest order of '$' that occurred. (defvar calc-hashes-used nil) ; Highest order of '#' that occurred. |