1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-14 09:39:42 +00:00

(math-decls-cache, math-decls-all): Declare them.

This commit is contained in:
Jay Belanger 2005-05-28 04:39:45 +00:00
parent e206ee4c1a
commit 9d871e6da5

View File

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