From 802ed9b9e781f7e580f0248980395ffbae07abde Mon Sep 17 00:00:00 2001 From: Jay Belanger Date: Mon, 16 Apr 2007 01:50:16 +0000 Subject: (calc-trail-mode): Shorten the title. --- lisp/calc/calc.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lisp/calc') 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)) -- cgit v1.2.1