# HG changeset patch # User David Kastrup # Date 1028540052 0 # Node ID f57a8a1712ae1e9cca1d8e113fb595f584875ab3 # Parent 84c5e0fe2291bb3497028179117053fd3af432df (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. diff -r 84c5e0fe2291 -r f57a8a1712ae lisp/calc/calc.el --- a/lisp/calc/calc.el Mon Aug 05 09:33:44 2002 +0000 +++ b/lisp/calc/calc.el Mon Aug 05 09:34:12 2002 +0000 @@ -2997,8 +2997,9 @@ 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 "")