1
Fork 0
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:
Lute Kamstra 2005-05-26 15:15:18 +00:00
parent b98d046765
commit 5c3066b81a

View file

@ -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)