1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-16 09:50:25 +00:00

(math-exp-pos, math-exp-str, math-exp-old-pos, math-exp-token)

(math-exp-keep-spaces, math-expr-data): Declare them.
This commit is contained in:
Jay Belanger 2004-11-27 04:11:13 +00:00
parent 0aba68f8ca
commit 388df0be56

View File

@ -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)