Index: emacs/lisp/calc/calc-ext.el
diff -c emacs/lisp/calc/calc-ext.el:1.43 emacs/lisp/calc/calc-ext.el:1.44
*** emacs/lisp/calc/calc-ext.el:1.43    Tue May 17 18:57:40 2005
--- emacs/lisp/calc/calc-ext.el Sat May 28 04:37:43 2005
***************
*** 43,48 ****
--- 43,51 ----
  (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,1199 ****
           (math-normalize val)))))
  
  
  
! (if (boundp 'calc-help-map)
      nil
    (setq calc-help-map (make-keymap))
    (define-key calc-help-map "b" 'calc-describe-bindings)
--- 1195,1203 ----
           (math-normalize val)))))
  
  
+ (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)


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to