1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Use run-mode-hooks in example.

This commit is contained in:
Lute Kamstra 2005-05-26 13:13:36 +00:00
parent b277791306
commit 1c4c2dac52
2 changed files with 2 additions and 2 deletions

View file

@ -3437,7 +3437,7 @@ REGEXP-GROUP is the regular expression group in REGEXP to use."
;; (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

View file

@ -557,7 +557,7 @@ symmetrical ones, and the same character twice for the others."
;; (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)