From: David Kastrup Date: Mon, 5 Aug 2002 09:34:12 +0000 (+0000) Subject: (math-format-stack-value): Revert a broken X-Git-Tag: ttn-vms-21-2-B4~13763 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2363bd8daa375b4cd50331ab13523dbaebd226dc;p=emacs.git (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 --git a/lisp/calc/calc.el b/lisp/calc/calc.el index 1ed448d177f..09614aa1faf 100644 --- a/lisp/calc/calc.el +++ b/lisp/calc/calc.el @@ -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 "")