From ad82bc9b29eacad29a441bbb4e87bd09ef1ff1c4 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 5 Nov 2023 17:36:21 +0100 Subject: [PATCH] Declare calc-eval-error in calc.el * lisp/calc/calc.el (calc-eval-error): Declare. (Bug#58801) --- lisp/calc/calc.el | 2 ++ 1 file changed, 2 insertions(+) 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'.") (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) -- 2.39.2