diff options
| -rw-r--r-- | lisp/calc/calc.el | 2 |
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 | ||