diff options
author | Jay Belanger <jay.p.belanger@gmail.com> | 2007-04-16 01:50:16 +0000 |
---|---|---|
committer | Jay Belanger <jay.p.belanger@gmail.com> | 2007-04-16 01:50:16 +0000 |
commit | 802ed9b9e781f7e580f0248980395ffbae07abde (patch) | |
tree | 8e292877954e8e5c4dc73ea1850a29e3d5a2b1c2 /lisp/calc | |
parent | e7e9fe1c4bb425d1c203b4b6ffbace941aa4b691 (diff) | |
download | emacs-802ed9b9e781f7e580f0248980395ffbae07abde.tar.gz |
(calc-trail-mode): Shorten the title.
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)) |