emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calc/calc-lang.el


From: Jay Belanger
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-lang.el
Date: Fri, 26 Nov 2004 23:17:44 -0500

Index: emacs/lisp/calc/calc-lang.el
diff -c emacs/lisp/calc/calc-lang.el:1.9 emacs/lisp/calc/calc-lang.el:1.10
*** emacs/lisp/calc/calc-lang.el:1.9    Mon Nov 22 04:53:51 2004
--- emacs/lisp/calc/calc-lang.el        Sat Nov 27 04:10:15 2004
***************
*** 257,262 ****
--- 257,269 ----
  (put 'fortran 'math-input-filter 'calc-input-case-filter)
  (put 'fortran 'math-output-filter 'calc-output-case-filter)
  
+ ;; 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-token)
+ (defvar math-expr-data)
+ (defvar math-exp-old-pos)
+ 
  (defvar math-parsing-fortran-vector nil)
  (defun math-parse-fortran-vector (op)
    (let ((math-parsing-fortran-vector '(end . "\000")))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]