(rmail-mode): Use run-mode-hooks.
authorLute Kamstra <lute@gnu.org>
Thu, 26 May 2005 15:16:48 +0000 (15:16 +0000)
committerLute Kamstra <lute@gnu.org>
Thu, 26 May 2005 15:16:48 +0000 (15:16 +0000)
lisp/mail/rmail.el

index 591ebad..33d71a1 100644 (file)
@@ -1156,7 +1156,7 @@ Instead, these commands are available:
       (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)