]> git.eshelyaron.com Git - emacs.git/commitdiff
Calc: Declare dynamic variable bound in lexbind code (bug#40185)
authorMattias Engdegård <mattiase@acm.org>
Mon, 23 Mar 2020 20:34:22 +0000 (21:34 +0100)
committerMattias Engdegård <mattiase@acm.org>
Mon, 23 Mar 2020 20:36:09 +0000 (21:36 +0100)
* lisp/calc/calc.el: Declare math-comp-selected as dynamic.

lisp/calc/calc.el

index b519559330eb09ac8710b460a9f65762d1a9679d..648cb7bb80796bfd92fec2eef22f114196fdba69 100644 (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)