diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el index 652cb8c1a88..b347cc1da23 100644 --- a/lisp/calc/calc.el +++ b/lisp/calc/calc.el @@ -906,6 +906,8 @@ Used by `calc-user-invocation'.") (defvar calc-embedded-mode-hook nil "Hook run when starting embedded mode.") +(defvar calc-eval-error) + ;; The following modes use specially-formatted data. (put 'calc-mode 'mode-class 'special)