(calc-keypad-show-input): Remove version number.
This commit is contained in:
parent
af5a5f3d92
commit
768ae6f240
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue