From f5a3eb30e9e058c90a45b3a0218c3bf8add614a3 Mon Sep 17 00:00:00 2001 From: Jay Belanger Date: Sat, 28 May 2005 04:41:46 +0000 Subject: [PATCH] (calc-alg-map): Declare it. --- lisp/calc/calc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2