[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/eshell/esh-mode.el
From: |
Lute Kamstra |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/eshell/esh-mode.el |
Date: |
Thu, 26 May 2005 11:15:18 -0400 |
Index: emacs/lisp/eshell/esh-mode.el
diff -c emacs/lisp/eshell/esh-mode.el:1.21 emacs/lisp/eshell/esh-mode.el:1.22
*** emacs/lisp/eshell/esh-mode.el:1.21 Sat May 14 14:03:31 2005
--- emacs/lisp/eshell/esh-mode.el Thu May 26 15:15:18 2005
***************
*** 435,441 ****
(if eshell-first-time-p
(run-hooks 'eshell-first-time-mode-hook))
! (run-hooks 'eshell-mode-hook)
(run-hooks 'eshell-post-command-hook))
(put 'eshell-mode 'mode-class 'special)
--- 435,441 ----
(if eshell-first-time-p
(run-hooks 'eshell-first-time-mode-hook))
! (run-mode-hooks 'eshell-mode-hook)
(run-hooks 'eshell-post-command-hook))
(put 'eshell-mode 'mode-class 'special)