Mercurial > emacs
changeset 97462:6ceebc15f462
(calc-keypad-show-input): Remove version number.
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Thu, 14 Aug 2008 18:33:41 +0000 |
parents | c8dee3015f2b |
children | c28e1ae0ccfa |
files | lisp/calc/calc-keypd.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calc/calc-keypd.el Thu Aug 14 18:33:07 2008 +0000 +++ b/lisp/calc/calc-keypd.el Thu Aug 14 18:33:41 2008 +0000 @@ -382,7 +382,7 @@ (delete-region (point-min) (point)) (if calc-keypad-input (insert "Calc: " calc-keypad-input "\n") - (insert "----+-----Calc " calc-version " -----+----" + (insert "----+----+--Calc---+----+----" (int-to-string (1+ calc-keypad-menu)) "\n"))))) (setq calc-keypad-prev-input calc-keypad-input))