aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell
diff options
context:
space:
mode:
authorLute Kamstra2005-05-26 15:15:18 +0000
committerLute Kamstra2005-05-26 15:15:18 +0000
commit5c3066b81a5fd5a57e2bf28866cf013ffb4e47c7 (patch)
treebf1a8453b20c0aeb107673c9155a0043055cf283 /lisp/eshell
parentb98d0467653dc789c1dfa1080603f66a98b5d347 (diff)
downloademacs-5c3066b81a5fd5a57e2bf28866cf013ffb4e47c7.tar.gz
emacs-5c3066b81a5fd5a57e2bf28866cf013ffb4e47c7.zip
(eshell-mode): Use run-mode-hooks.
Diffstat (limited to 'lisp/eshell')
-rw-r--r--lisp/eshell/esh-mode.el2
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'."
435 435
436 (if eshell-first-time-p 436 (if eshell-first-time-p
437 (run-hooks 'eshell-first-time-mode-hook)) 437 (run-hooks 'eshell-first-time-mode-hook))
438 (run-hooks 'eshell-mode-hook) 438 (run-mode-hooks 'eshell-mode-hook)
439 (run-hooks 'eshell-post-command-hook)) 439 (run-hooks 'eshell-post-command-hook))
440 440
441(put 'eshell-mode 'mode-class 'special) 441(put 'eshell-mode 'mode-class 'special)