changeset 62760:8cd0894899dc

(eshell-mode): Use run-mode-hooks.
author Lute Kamstra <lute@gnu.org>
date Thu, 26 May 2005 15:15:18 +0000
parents a796f7d10b85
children 299e55d80661
files lisp/eshell/esh-mode.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/eshell/esh-mode.el	Thu May 26 15:14:51 2005 +0000
+++ b/lisp/eshell/esh-mode.el	Thu May 26 15:15:18 2005 +0000
@@ -435,7 +435,7 @@
 
   (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)