changeset 62764:4bce01bf6006

(rmail-summary-mode): Use run-mode-hooks.
author Lute Kamstra <lute@gnu.org>
date Thu, 26 May 2005 15:17:48 +0000
parents 8c1e7e264988
children db1434c1a2f5
files lisp/mail/rmailsum.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/rmailsum.el	Thu May 26 15:17:14 2005 +0000
+++ b/lisp/mail/rmailsum.el	Thu May 26 15:17:48 2005 +0000
@@ -760,7 +760,7 @@
   (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 ()