# HG changeset patch # User Jay Belanger # Date 1101528673 0 # Node ID 03d106fe88574492830731760ea481929ca06f4f # Parent 4ca47d70b0759e5e1629574586865ac17eb42e49 (math-exp-pos, math-exp-str, math-exp-old-pos, math-exp-token) (math-exp-keep-spaces, math-expr-data): Declare them. diff -r 4ca47d70b075 -r 03d106fe8857 lisp/calc/calc-vec.el --- a/lisp/calc/calc-vec.el Sat Nov 27 04:10:15 2004 +0000 +++ b/lisp/calc/calc-vec.el Sat Nov 27 04:11:13 2004 +0000 @@ -1470,6 +1470,15 @@ ;; 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)