From: Lute Kamstra Date: Thu, 26 May 2005 12:33:15 +0000 (+0000) Subject: (calculator-mode): Use run-mode-hooks. X-Git-Tag: emacs-pretest-22.0.90~9568 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=262f835258eda1bfb1414e2e5329b02503fca953;p=emacs.git (calculator-mode): Use run-mode-hooks. --- 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 @@ ;; Author: Eli Barzilay ;; Keywords: tools, convenience -;; Time-stamp: <2002-07-13 01:14:35 eli> +;; Time-stamp: <26 May 2005, 14:32:34, Lute Kamstra, pijl> ;; This file is part of GNU Emacs. @@ -680,7 +680,7 @@ more information. (setq major-mode 'calculator-mode) (setq mode-name "Calculator") (use-local-map calculator-mode-map) - (run-hooks 'calculator-mode-hook)) + (run-mode-hooks 'calculator-mode-hook)) (eval-when-compile (require 'electric) (require 'ehelp))