mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(eshell-mode): Use run-mode-hooks.
This commit is contained in:
parent
b98d046765
commit
5c3066b81a
1 changed files with 1 additions and 1 deletions
|
|
@ -435,7 +435,7 @@ This is used by `eshell-watch-for-password-prompt'."
|
|||
|
||||
(if eshell-first-time-p
|
||||
(run-hooks 'eshell-first-time-mode-hook))
|
||||
(run-hooks 'eshell-mode-hook)
|
||||
(run-mode-hooks 'eshell-mode-hook)
|
||||
(run-hooks 'eshell-post-command-hook))
|
||||
|
||||
(put 'eshell-mode 'mode-class 'special)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue