aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorMattias EngdegÄrd2020-03-23 21:34:22 +0100
committerMattias EngdegÄrd2020-03-23 21:36:09 +0100
commit8db6b432bb812923c44b94b7bf087dd52d39e345 (patch)
treec9b911b6684db92845059a506cc68594cb584237 /lisp
parentd66331aea4d86db17da2a4965e020274e623fda0 (diff)
downloademacs-8db6b432bb812923c44b94b7bf087dd52d39e345.tar.gz
emacs-8db6b432bb812923c44b94b7bf087dd52d39e345.zip
Calc: Declare dynamic variable bound in lexbind code (bug#40185)
* lisp/calc/calc.el: Declare math-comp-selected as dynamic.
Diffstat (limited to 'lisp')
-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."
2925 2925
2926 2926
2927 2927
2928(defvar math-comp-selected)
2928(defvar calc-selection-cache-entry) 2929(defvar calc-selection-cache-entry)
2929;;; Format the number A as a string. [X N; X Z] [Public] 2930;;; Format the number A as a string. [X N; X Z] [Public]
2930(defun math-format-stack-value (entry) 2931(defun math-format-stack-value (entry)