]> code.delx.au - gnu-emacs/commitdiff
(rmail-summary-mode): Use run-mode-hooks.
authorLute Kamstra <lute@gnu.org>
Thu, 26 May 2005 15:17:48 +0000 (15:17 +0000)
committerLute Kamstra <lute@gnu.org>
Thu, 26 May 2005 15:17:48 +0000 (15:17 +0000)
lisp/mail/rmailsum.el

index f551239907d4b4e8122c1e08f713c32fdcfd9b14..9c647126d5ca4685e5454c7680b3fd109b2f4790 100644 (file)
@@ -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 ()