Mercurial > emacs
changeset 62740:073c3cc1d1d5
Use run-mode-hooks in example.
author | Lute Kamstra <lute@gnu.org> |
---|---|
date | Thu, 26 May 2005 13:13:36 +0000 |
parents | 1c2cba6e4010 |
children | 718dc622c12e |
files | lisp/comint.el lisp/skeleton.el |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/comint.el Thu May 26 13:12:00 2005 +0000 +++ b/lisp/comint.el Thu May 26 13:13:36 2005 +0000 @@ -3437,7 +3437,7 @@ ;; (make-local-variable 'shell-directory-stack) ;; (setq shell-directory-stack nil) ;; (add-hook 'comint-input-filter-functions 'shell-directory-tracker) -;; (run-hooks 'shell-mode-hook)) +;; (run-mode-hooks 'shell-mode-hook)) ;; ;; ;; Completion for comint-mode users