aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Belanger <[email protected]>2005-05-28 04:41:46 +0000
committerJay Belanger <[email protected]>2005-05-28 04:41:46 +0000
commitf5a3eb30e9e058c90a45b3a0218c3bf8add614a3 (patch)
tree11b794267beb0e691110d9673b7e51ddc0843428
parent35cdbd30519d44804d52b28fd417fa4f1e49a889 (diff)
(calc-alg-map): Declare it.
-rw-r--r--lisp/calc/calc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el
index 60449aa1e2..7656f14bb8 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.