1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(math-format-stack-value): Revert a broken

if->when replacement and reformat so that this does not happen
again.  Fixes a pretty lethal line formatting/yanking bug.
This commit is contained in:
David Kastrup 2002-08-05 09:34:12 +00:00
parent 62458f702e
commit 2363bd8daa

View file

@ -2997,8 +2997,9 @@ If mouse is pressed in Calc window, push cut buffer contents onto the stack."
c)))
(when calc-line-numbering
(setq c (math-comp-concat (if (eq calc-language 'big)
(when math-comp-selected
'(tag t "1: ") "1: ")
(if math-comp-selected
'(tag t "1: ")
"1: ")
" ")
c)))
(unless (or (equal calc-right-label "")