projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d66331a
)
Calc: Declare dynamic variable bound in lexbind code (bug#40185)
author
Mattias Engdegård
<mattiase@acm.org>
Mon, 23 Mar 2020 20:34:22 +0000
(21:34 +0100)
committer
Mattias 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
patch
|
blob
|
history
diff --git
a/lisp/calc/calc.el
b/lisp/calc/calc.el
index b519559330eb09ac8710b460a9f65762d1a9679d..648cb7bb80796bfd92fec2eef22f114196fdba69 100644
(file)
--- 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)