1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Merge from origin/emacs-27

8db6b432bb Calc: Declare dynamic variable bound in lexbind code (bug#...
This commit is contained in:
Glenn Morris 2020-03-30 07:50:37 -07:00
commit 142198f40d

View file

@ -2927,6 +2927,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)