diff options
| -rw-r--r-- | lisp/calculator.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/calculator.el b/lisp/calculator.el index f11be4747b1..0c6ad53dbce 100644 --- a/lisp/calculator.el +++ b/lisp/calculator.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Eli Barzilay <eli@barzilay.org> | 5 | ;; Author: Eli Barzilay <eli@barzilay.org> |
| 6 | ;; Keywords: tools, convenience | 6 | ;; Keywords: tools, convenience |
| 7 | ;; Time-stamp: <2002-07-13 01:14:35 eli> | 7 | ;; Time-stamp: <26 May 2005, 14:32:34, Lute Kamstra, pijl> |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | 10 | ||
| @@ -680,7 +680,7 @@ more information. | |||
| 680 | (setq major-mode 'calculator-mode) | 680 | (setq major-mode 'calculator-mode) |
| 681 | (setq mode-name "Calculator") | 681 | (setq mode-name "Calculator") |
| 682 | (use-local-map calculator-mode-map) | 682 | (use-local-map calculator-mode-map) |
| 683 | (run-hooks 'calculator-mode-hook)) | 683 | (run-mode-hooks 'calculator-mode-hook)) |
| 684 | 684 | ||
| 685 | (eval-when-compile (require 'electric) (require 'ehelp)) | 685 | (eval-when-compile (require 'electric) (require 'ehelp)) |
| 686 | 686 | ||