# HG changeset patch # User Lute Kamstra # Date 1117113216 0 # Node ID 073c3cc1d1d55d4ec73eb4cab8767434ebd3b402 # Parent 1c2cba6e4010a45eb6652cd7dd89d0c78f79b2c7 Use run-mode-hooks in example. diff -r 1c2cba6e4010 -r 073c3cc1d1d5 lisp/comint.el --- 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 diff -r 1c2cba6e4010 -r 073c3cc1d1d5 lisp/skeleton.el --- a/lisp/skeleton.el Thu May 26 13:12:00 2005 +0000 +++ b/lisp/skeleton.el Thu May 26 13:13:36 2005 +0000 @@ -557,7 +557,7 @@ ;; (aset map i nil) ;; (aset map (+ i 128) nil) ;; (setq i (1+ i)))) -;; (run-hooks 'mirror-mode-hook)) +;; (run-mode-hooks 'mirror-mode-hook)) (provide 'skeleton)