]> git.eshelyaron.com Git - emacs.git/commitdiff
(eshell-mode): Use run-mode-hooks.
authorLute Kamstra <lute@gnu.org>
Thu, 26 May 2005 15:15:18 +0000 (15:15 +0000)
committerLute Kamstra <lute@gnu.org>
Thu, 26 May 2005 15:15:18 +0000 (15:15 +0000)
lisp/eshell/esh-mode.el

index 54d4c4acb9ed7af7a72c52723ec1e73d507b2546..51b9f71b75da18698872fcb12e52bbe2f00de0a1 100644 (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)