mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(rmail-summary-mode): Use run-mode-hooks.
This commit is contained in:
parent
7f9b6634a8
commit
46b248505c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue