diff lisp/mail/rmail.el @ 62762:e73a53eb777e

(rmail-mode): Use run-mode-hooks.
author Lute Kamstra <lute@gnu.org>
date Thu, 26 May 2005 15:16:48 +0000
parents bb278282ddbc
children 18a818a2ee7c 01137c1fdbe9
line wrap: on
line diff
--- a/lisp/mail/rmail.el	Thu May 26 15:16:00 2005 +0000
+++ b/lisp/mail/rmail.el	Thu May 26 15:16:48 2005 +0000
@@ -1156,7 +1156,7 @@
       (when rmail-display-summary
 	(rmail-summary))
       (rmail-construct-io-menu))
-    (run-hooks 'rmail-mode-hook)))
+    (run-mode-hooks 'rmail-mode-hook)))
 
 (defun rmail-mode-2 ()
   (kill-all-local-variables)