diff options
author | Lute Kamstra <lute@gnu.org> | 2005-05-26 15:16:48 +0000 |
---|---|---|
committer | Lute Kamstra <lute@gnu.org> | 2005-05-26 15:16:48 +0000 |
commit | 6f9402ebb199fd60e631131cf48e8950f3dedebb (patch) | |
tree | 3edb5837606cd623a181333ad8d6a76e85ef3e31 /lisp/mail | |
parent | 0124295f1708bf9b5baa71a460cca60b3cf2577a (diff) | |
download | emacs-6f9402ebb199fd60e631131cf48e8950f3dedebb.tar.gz |
(rmail-mode): Use run-mode-hooks.
Diffstat (limited to 'lisp/mail')
-rw-r--r-- | lisp/mail/rmail.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |