aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLute Kamstra2005-05-26 13:13:36 +0000
committerLute Kamstra2005-05-26 13:13:36 +0000
commit1c4c2dac52dde09c0c25bf975a7410ccb203af16 (patch)
tree66fd3e1c7b4cd2adc5a6efcc4d69a914282491b8
parentb27779130606ea3f75b77e1bde02e02f91ccdc13 (diff)
downloademacs-1c4c2dac52dde09c0c25bf975a7410ccb203af16.tar.gz
emacs-1c4c2dac52dde09c0c25bf975a7410ccb203af16.zip
Use run-mode-hooks in example.
-rw-r--r--lisp/comint.el2
-rw-r--r--lisp/skeleton.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/comint.el b/lisp/comint.el
index fbb5810de16..37550b7b6d9 100644
--- a/lisp/comint.el
+++ b/lisp/comint.el
@@ -3437,7 +3437,7 @@ REGEXP-GROUP is the regular expression group in REGEXP to use."
3437;; (make-local-variable 'shell-directory-stack) 3437;; (make-local-variable 'shell-directory-stack)
3438;; (setq shell-directory-stack nil) 3438;; (setq shell-directory-stack nil)
3439;; (add-hook 'comint-input-filter-functions 'shell-directory-tracker) 3439;; (add-hook 'comint-input-filter-functions 'shell-directory-tracker)
3440;; (run-hooks 'shell-mode-hook)) 3440;; (run-mode-hooks 'shell-mode-hook))
3441;; 3441;;
3442;; 3442;;
3443;; Completion for comint-mode users 3443;; Completion for comint-mode users
diff --git a/lisp/skeleton.el b/lisp/skeleton.el
index e843ef9f02d..d4caca3ca42 100644
--- a/lisp/skeleton.el
+++ b/lisp/skeleton.el
@@ -557,7 +557,7 @@ symmetrical ones, and the same character twice for the others."
557;; (aset map i nil) 557;; (aset map i nil)
558;; (aset map (+ i 128) nil) 558;; (aset map (+ i 128) nil)
559;; (setq i (1+ i)))) 559;; (setq i (1+ i))))
560;; (run-hooks 'mirror-mode-hook)) 560;; (run-mode-hooks 'mirror-mode-hook))
561 561
562(provide 'skeleton) 562(provide 'skeleton)
563 563