From 46b248505c7ce14349c4c66adb158244ce9285b3 Mon Sep 17 00:00:00 2001 From: Lute Kamstra Date: Thu, 26 May 2005 15:17:48 +0000 Subject: [PATCH] (rmail-summary-mode): Use run-mode-hooks. --- lisp/mail/rmailsum.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el index f551239907d..9c647126d5c 100644 --- a/lisp/mail/rmailsum.el +++ b/lisp/mail/rmailsum.el @@ -760,7 +760,7 @@ Commands for sorting the summary: (make-local-variable 'font-lock-defaults) (setq font-lock-defaults '(rmail-summary-font-lock-keywords t)) (rmail-summary-enable) - (run-hooks 'rmail-summary-mode-hook)) + (run-mode-hooks 'rmail-summary-mode-hook)) ;; Summary features need to be disabled during edit mode. (defun rmail-summary-disable () -- 2.39.5