diff options
Diffstat (limited to 'lisp/calc')
-rw-r--r-- | lisp/calc/calc.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el index 75e1c83df03..32dfd5bd8d5 100644 --- a/lisp/calc/calc.el +++ b/lisp/calc/calc.el @@ -1258,8 +1258,7 @@ commands given here will actually operate on the *Calculator* stack." (set (make-local-variable 'calc-main-buffer) buf)) (when (= (buffer-size) 0) (let ((buffer-read-only nil)) - (insert (propertize (concat "Emacs Calculator v" calc-version - " by Dave Gillespie\n") + (insert (propertize (concat "Emacs Calculator Trail\n") 'font-lock-face 'italic)))) (run-mode-hooks 'calc-trail-mode-hook)) |