diff options
author | Lute Kamstra <lute@gnu.org> | 2005-05-26 15:17:48 +0000 |
---|---|---|
committer | Lute Kamstra <lute@gnu.org> | 2005-05-26 15:17:48 +0000 |
commit | 46b248505c7ce14349c4c66adb158244ce9285b3 (patch) | |
tree | 5f9549ca8bf370b49dae21a56236806de160b793 /lisp/mail/rmailsum.el | |
parent | 7f9b6634a85fd33b4bef7bc1ffdc9644f8948797 (diff) | |
download | emacs-46b248505c7ce14349c4c66adb158244ce9285b3.tar.gz |
(rmail-summary-mode): Use run-mode-hooks.
Diffstat (limited to 'lisp/mail/rmailsum.el')
-rw-r--r-- | lisp/mail/rmailsum.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el index f551239907d..9c647126d5c 100644 --- a/lisp/mail/rmailsum.el +++ b/lisp/mail/rmailsum.el @@ -760,7 +760,7 @@ Commands for sorting the summary: (make-local-variable 'font-lock-defaults) (setq font-lock-defaults '(rmail-summary-font-lock-keywords t)) (rmail-summary-enable) - (run-hooks 'rmail-summary-mode-hook)) + (run-mode-hooks 'rmail-summary-mode-hook)) ;; Summary features need to be disabled during edit mode. (defun rmail-summary-disable () |