(rmail-mode): Use run-mode-hooks.

This commit is contained in:
Lute Kamstra 2005-05-26 15:16:48 +00:00
parent 0124295f17
commit 6f9402ebb1

View 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)