diff options
| -rw-r--r-- | lisp/calc/calc.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el index 58bbdb81289..1cc11b48ac3 100644 --- a/lisp/calc/calc.el +++ b/lisp/calc/calc.el @@ -154,6 +154,7 @@ (declare-function math-parse-date "calc-forms" (math-pd-str)) (declare-function math-lessp "calc-ext" (a b)) (declare-function math-compare "calc-ext" (a b)) +(declare-function math-zerop "calc-misc" (a)) (declare-function calc-embedded-finish-command "calc-embed" ()) (declare-function calc-embedded-select-buffer "calc-embed" ()) (declare-function calc-embedded-mode-line-change "calc-embed" ()) |
