From 262f835258eda1bfb1414e2e5329b02503fca953 Mon Sep 17 00:00:00 2001 From: Lute Kamstra Date: Thu, 26 May 2005 12:33:15 +0000 Subject: [PATCH] (calculator-mode): Use run-mode-hooks. --- lisp/calculator.el | 4 ++-- 1 file 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 @@ ;; 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)) -- 2.39.5