# HG changeset patch # User Jay Belanger # Date 1117255063 0 # Node ID 24bf48d7bb93983d9b8ba4f18f26cd0929872d94 # Parent 7cff9cbc5ea3ddd37f81e6b1be0f3ae695dce271 (calc-help-map, calc-alg-map, calc-alg-esc-map): Declare them. diff -r 7cff9cbc5ea3 -r 24bf48d7bb93 lisp/calc/calc-ext.el --- 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)