(rmail-mode): Use run-mode-hooks.
This commit is contained in:
parent
0124295f17
commit
6f9402ebb1
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue