Calc: Declare dynamic variable bound in lexbind code (bug#40185)

* lisp/calc/calc.el: Declare math-comp-selected as dynamic.
This commit is contained in:
Mattias Engdegård 2020-03-23 21:34:22 +01:00
parent d66331aea4
commit 8db6b432bb

View file

@ -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)