From 6f9402ebb199fd60e631131cf48e8950f3dedebb Mon Sep 17 00:00:00 2001 From: Lute Kamstra Date: Thu, 26 May 2005 15:16:48 +0000 Subject: [PATCH] (rmail-mode): Use run-mode-hooks. --- lisp/mail/rmail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2