projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b819b8d
)
Declare calc-eval-error in calc.el
author
Stefan Kangas
<stefankangas@gmail.com>
Sun, 5 Nov 2023 16:36:21 +0000
(17:36 +0100)
committer
Stefan Kangas
<stefankangas@gmail.com>
Sun, 5 Nov 2023 16:36:21 +0000
(17:36 +0100)
* lisp/calc/calc.el (calc-eval-error): Declare. (Bug#58801)
lisp/calc/calc.el
patch
|
blob
|
history
diff --git
a/lisp/calc/calc.el
b/lisp/calc/calc.el
index 652cb8c1a88141450d75af4f4ef745b2f2131eaf..b347cc1da2386e7e12d64f6aed4809ed5ede59b1 100644
(file)
--- 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)