aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calc
diff options
context:
space:
mode:
authorJay Belanger <[email protected]>2005-05-28 04:39:45 +0000
committerJay Belanger <[email protected]>2005-05-28 04:39:45 +0000
commit9d871e6da5b22b9fe5149f23cf496be15cac5635 (patch)
treec7ed380271d678242151e922fe5fb6131c91120b /lisp/calc
parente206ee4c1a272190466a2cbeb9da220eb779b524 (diff)
(math-decls-cache, math-decls-all): Declare them.
Diffstat (limited to 'lisp/calc')
-rw-r--r--lisp/calc/calcalg2.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/calc/calcalg2.el b/lisp/calc/calcalg2.el
index 7e502aa1a8..d139dcf28b 100644
--- a/lisp/calc/calcalg2.el
+++ b/lisp/calc/calcalg2.el
@@ -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)