(calc-keypad-show-input): Remove version number.

This commit is contained in:
Jay Belanger 2008-08-14 18:33:41 +00:00
parent af5a5f3d92
commit 768ae6f240

View file

@ -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))