From: Mattias EngdegÄrd Date: Mon, 23 Mar 2020 20:34:22 +0000 (+0100) Subject: Calc: Declare dynamic variable bound in lexbind code (bug#40185) X-Git-Tag: emacs-27.0.91~59 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8db6b432bb812923c44b94b7bf087dd52d39e345;p=emacs.git Calc: Declare dynamic variable bound in lexbind code (bug#40185) * lisp/calc/calc.el: Declare math-comp-selected as dynamic. --- 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)