]> git.eshelyaron.com Git - emacs.git/commitdiff
(math-exp-pos, math-exp-str, math-exp-old-pos, math-exp-token)
authorJay Belanger <jay.p.belanger@gmail.com>
Sat, 27 Nov 2004 04:11:13 +0000 (04:11 +0000)
committerJay Belanger <jay.p.belanger@gmail.com>
Sat, 27 Nov 2004 04:11:13 +0000 (04:11 +0000)
(math-exp-keep-spaces, math-expr-data): Declare them.

lisp/calc/calc-vec.el

index 0999fae52a30e4175f76b01c0f242abfb796ea04..38b9a0bbbca892244ad130431b826b9d0f41a2f0 100644 (file)
 ;; 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)