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-vec.el


From: Jay Belanger
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-vec.el
Date: Fri, 26 Nov 2004 23:17:42 -0500

Index: emacs/lisp/calc/calc-vec.el
diff -c emacs/lisp/calc/calc-vec.el:1.9 emacs/lisp/calc/calc-vec.el:1.10
*** emacs/lisp/calc/calc-vec.el:1.9     Fri Nov 26 22:33:49 2004
--- emacs/lisp/calc/calc-vec.el Sat Nov 27 04:11:13 2004
***************
*** 1470,1475 ****
--- 1470,1484 ----
  ;; indirectly) by math-read-brackets.
  (defvar math-rb-close)
  
+ ;; The next few variables are local to math-read-exprs in calc-aent.el 
+ ;; and math-read-expr in calc-ext.el, but are set in functions they call.
+ (defvar math-exp-pos)
+ (defvar math-exp-str)
+ (defvar math-exp-old-pos)
+ (defvar math-exp-token)
+ (defvar math-exp-keep-spaces)
+ (defvar math-expr-data)
+ 
  (defun math-read-brackets (space-sep math-rb-close)
    (and space-sep (setq space-sep (not (math-check-for-commas))))
    (math-read-token)




reply via email to

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