diff options
Diffstat (limited to 'lisp/calc')
| -rw-r--r-- | lisp/calc/calc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el index 60449aa1e2c..7656f14bb87 100644 --- a/lisp/calc/calc.el +++ b/lisp/calc/calc.el @@ -1053,7 +1053,7 @@ If nil, selections displayed but ignored.") (use-global-map glob) (use-local-map loc))))) - +(defvar calc-alg-map) ; Defined in calc-ext.el (defun calc-mode () "Calculator major mode. |
