From 388df0be56c59f062a57d437c02c60ee21201b72 Mon Sep 17 00:00:00 2001 From: Jay Belanger Date: Sat, 27 Nov 2004 04:11:13 +0000 Subject: [PATCH] (math-exp-pos, math-exp-str, math-exp-old-pos, math-exp-token) (math-exp-keep-spaces, math-expr-data): Declare them. --- lisp/calc/calc-vec.el | 9 +++++++++ 1 file changed, 9 insertions(+) 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) -- 2.39.5