Mercurial > emacs
changeset 62762:e73a53eb777e
(rmail-mode): Use run-mode-hooks.
author | Lute Kamstra <lute@gnu.org> |
---|---|
date | Thu, 26 May 2005 15:16:48 +0000 |
parents | 299e55d80661 |
children | 8c1e7e264988 |
files | lisp/mail/rmail.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)