# HG changeset patch # User Lute Kamstra # Date 1117120518 0 # Node ID 8cd0894899dcd4d9dd7145207bd636243fb52d00 # Parent a796f7d10b85e76bb093150f9257dd3c35572729 (eshell-mode): Use run-mode-hooks. diff -r a796f7d10b85 -r 8cd0894899dc lisp/eshell/esh-mode.el --- 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)