diff lisp/calc/calcalg2.el @ 62834:2e023f0354c4

(math-decls-cache, math-decls-all): Declare them.
author Jay Belanger <jay.p.belanger@gmail.com>
date Sat, 28 May 2005 04:39:45 +0000
parents a27ed02e5a65
children 1db49616ce05 01137c1fdbe9
line wrap: on
line diff
--- a/lisp/calc/calcalg2.el	Sat May 28 04:38:23 2005 +0000
+++ b/lisp/calc/calcalg2.el	Sat May 28 04:39:45 2005 +0000
@@ -202,6 +202,8 @@
 (defvar math-deriv-var)
 (defvar math-deriv-total)
 (defvar math-deriv-symb)
+(defvar math-decls-cache)
+(defvar math-decls-all)
 
 (defun math-derivative (expr)
   (cond ((equal expr math-deriv-var)