aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)