From 8db6b432bb812923c44b94b7bf087dd52d39e345 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mattias=20Engdeg=C3=A5rd?= Date: Mon, 23 Mar 2020 21:34:22 +0100 Subject: [PATCH] Calc: Declare dynamic variable bound in lexbind code (bug#40185) * lisp/calc/calc.el: Declare math-comp-selected as dynamic. --- lisp/calc/calc.el | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.5