1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

Declare calc-eval-error in calc.el

* lisp/calc/calc.el (calc-eval-error): Declare.  (Bug#58801)
This commit is contained in:
Stefan Kangas 2023-11-05 17:36:21 +01:00
parent b819b8d6e9
commit ad82bc9b29

View file

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