From: Lute Kamstra Date: Thu, 26 May 2005 15:16:48 +0000 (+0000) Subject: (rmail-mode): Use run-mode-hooks. X-Git-Tag: emacs-pretest-22.0.90~9527 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6f9402ebb199fd60e631131cf48e8950f3dedebb;p=emacs.git (rmail-mode): Use run-mode-hooks. --- diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 591ebad2b68..33d71a1d502 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -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)