aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2023-11-05 17:36:21 +0100
committerStefan Kangas2023-11-05 17:36:21 +0100
commitad82bc9b29eacad29a441bbb4e87bd09ef1ff1c4 (patch)
treec244b826682deb604c86bc329a46853e704898f8
parentb819b8d6e90337b4cb36b35c2c6d0112c90a8e24 (diff)
downloademacs-ad82bc9b29eacad29a441bbb4e87bd09ef1ff1c4.tar.gz
emacs-ad82bc9b29eacad29a441bbb4e87bd09ef1ff1c4.zip
Declare calc-eval-error in calc.el
* lisp/calc/calc.el (calc-eval-error): Declare. (Bug#58801)
-rw-r--r--lisp/calc/calc.el2
1 files changed, 2 insertions, 0 deletions
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'.")
906(defvar calc-embedded-mode-hook nil 906(defvar calc-embedded-mode-hook nil
907 "Hook run when starting embedded mode.") 907 "Hook run when starting embedded mode.")
908 908
909(defvar calc-eval-error)
910
909;; The following modes use specially-formatted data. 911;; The following modes use specially-formatted data.
910(put 'calc-mode 'mode-class 'special) 912(put 'calc-mode 'mode-class 'special)
911 913