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:
parent
62458f702e
commit
2363bd8daa
1 changed files with 3 additions and 2 deletions
|
|
@ -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 "")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue