diff options
author | Lute Kamstra <lute@gnu.org> | 2005-05-26 15:15:18 +0000 |
---|---|---|
committer | Lute Kamstra <lute@gnu.org> | 2005-05-26 15:15:18 +0000 |
commit | 5c3066b81a5fd5a57e2bf28866cf013ffb4e47c7 (patch) | |
tree | bf1a8453b20c0aeb107673c9155a0043055cf283 /lisp/eshell/esh-mode.el | |
parent | b98d0467653dc789c1dfa1080603f66a98b5d347 (diff) | |
download | emacs-5c3066b81a5fd5a57e2bf28866cf013ffb4e47c7.tar.gz |
(eshell-mode): Use run-mode-hooks.
Diffstat (limited to 'lisp/eshell/esh-mode.el')
-rw-r--r-- | lisp/eshell/esh-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/esh-mode.el b/lisp/eshell/esh-mode.el index 54d4c4acb9e..51b9f71b75d 100644 --- a/lisp/eshell/esh-mode.el +++ b/lisp/eshell/esh-mode.el @@ -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) |