Mercurial > emacs
changeset 62832:24bf48d7bb93
(calc-help-map, calc-alg-map, calc-alg-esc-map): Declare them.
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Sat, 28 May 2005 04:37:43 +0000 |
parents | 7cff9cbc5ea3 |
children | 34fb1c7772f9 |
files | lisp/calc/calc-ext.el |
diffstat | 1 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calc/calc-ext.el Sat May 28 04:36:16 2005 +0000 +++ b/lisp/calc/calc-ext.el Sat May 28 04:37:43 2005 +0000 @@ -43,6 +43,9 @@ (defvar math-comp-sel-cpos nil) (defvar math-compose-hash-args nil) +(defvar calc-alg-map) +(defvar calc-alg-esc-map) + ;;; The following was made a function so that it could be byte-compiled. (defun calc-init-extensions () @@ -1192,8 +1195,9 @@ (math-normalize val))))) - -(if (boundp 'calc-help-map) +(defvar calc-help-map nil) + +(if calc-help-map nil (setq calc-help-map (make-keymap)) (define-key calc-help-map "b" 'calc-describe-bindings)