diff options
| -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." | |||
| 1258 | (set (make-local-variable 'calc-main-buffer) buf)) | 1258 | (set (make-local-variable 'calc-main-buffer) buf)) |
| 1259 | (when (= (buffer-size) 0) | 1259 | (when (= (buffer-size) 0) |
| 1260 | (let ((buffer-read-only nil)) | 1260 | (let ((buffer-read-only nil)) |
| 1261 | (insert (propertize (concat "Emacs Calculator v" calc-version | 1261 | (insert (propertize (concat "Emacs Calculator Trail\n") |
| 1262 | " by Dave Gillespie\n") | ||
| 1263 | 'font-lock-face 'italic)))) | 1262 | 'font-lock-face 'italic)))) |
| 1264 | (run-mode-hooks 'calc-trail-mode-hook)) | 1263 | (run-mode-hooks 'calc-trail-mode-hook)) |
| 1265 | 1264 | ||