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:
parent
b819b8d6e9
commit
ad82bc9b29
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue