summaryrefslogtreecommitdiff
path: root/lisp/calc
diff options
context:
space:
mode:
authorMattias EngdegÄrd <mattiase@acm.org>2020-03-23 21:34:22 +0100
committerMattias EngdegÄrd <mattiase@acm.org>2020-03-23 21:36:09 +0100
commit8db6b432bb812923c44b94b7bf087dd52d39e345 (patch)
treec9b911b6684db92845059a506cc68594cb584237 /lisp/calc
parentd66331aea4d86db17da2a4965e020274e623fda0 (diff)
downloademacs-8db6b432bb812923c44b94b7bf087dd52d39e345.tar.gz
Calc: Declare dynamic variable bound in lexbind code (bug#40185)
* lisp/calc/calc.el: Declare math-comp-selected as dynamic.
Diffstat (limited to 'lisp/calc')
-rw-r--r--lisp/calc/calc.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el
index b519559330e..648cb7bb807 100644
--- a/lisp/calc/calc.el
+++ b/lisp/calc/calc.el
@@ -2925,6 +2925,7 @@ the United States."
+(defvar math-comp-selected)
(defvar calc-selection-cache-entry)
;;; Format the number A as a string. [X N; X Z] [Public]
(defun math-format-stack-value (entry)