From: Jay Belanger Date: Sat, 27 Nov 2004 04:11:13 +0000 (+0000) Subject: (math-exp-pos, math-exp-str, math-exp-old-pos, math-exp-token) X-Git-Tag: ttn-vms-21-2-B4~3613 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=388df0be56c59f062a57d437c02c60ee21201b72;p=emacs.git (math-exp-pos, math-exp-str, math-exp-old-pos, math-exp-token) (math-exp-keep-spaces, math-expr-data): Declare them. --- diff --git a/lisp/calc/calc-vec.el b/lisp/calc/calc-vec.el index 0999fae52a3..38b9a0bbbca 100644 --- a/lisp/calc/calc-vec.el +++ b/lisp/calc/calc-vec.el @@ -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)