]> git.eshelyaron.com Git - emacs.git/commitdiff
(calc-help-map, calc-alg-map, calc-alg-esc-map): Declare them.
authorJay Belanger <jay.p.belanger@gmail.com>
Sat, 28 May 2005 04:37:43 +0000 (04:37 +0000)
committerJay Belanger <jay.p.belanger@gmail.com>
Sat, 28 May 2005 04:37:43 +0000 (04:37 +0000)
lisp/calc/calc-ext.el

index adbdf7a96e29ee02891389493fdfe646099a4a78..0b177b06dc47022bd0b64bd68b43a37a2a194317 100644 (file)
@@ -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 @@ calc-kill calc-kill-region calc-yank))))
           (math-normalize val)))))
 
 
+(defvar calc-help-map nil)
 
-(if (boundp 'calc-help-map)
+(if calc-help-map
     nil
   (setq calc-help-map (make-keymap))
   (define-key calc-help-map "b" 'calc-describe-bindings)