emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calc/calc-ext.el


From: Jay Belanger
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-ext.el
Date: Sat, 28 May 2005 00:37:44 -0400

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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]