diff options
| author | Jay Belanger | 2005-05-28 04:41:46 +0000 |
|---|---|---|
| committer | Jay Belanger | 2005-05-28 04:41:46 +0000 |
| commit | f5a3eb30e9e058c90a45b3a0218c3bf8add614a3 (patch) | |
| tree | 11b794267beb0e691110d9673b7e51ddc0843428 | |
| parent | 35cdbd30519d44804d52b28fd417fa4f1e49a889 (diff) | |
| download | emacs-f5a3eb30e9e058c90a45b3a0218c3bf8add614a3.tar.gz emacs-f5a3eb30e9e058c90a45b3a0218c3bf8add614a3.zip | |
(calc-alg-map): Declare it.
| -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.") | |||
| 1053 | (use-global-map glob) | 1053 | (use-global-map glob) |
| 1054 | (use-local-map loc))))) | 1054 | (use-local-map loc))))) |
| 1055 | 1055 | ||
| 1056 | 1056 | (defvar calc-alg-map) ; Defined in calc-ext.el | |
| 1057 | 1057 | ||
| 1058 | (defun calc-mode () | 1058 | (defun calc-mode () |
| 1059 | "Calculator major mode. | 1059 | "Calculator major mode. |