Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1c4c2dac
Commit
1c4c2dac
authored
May 26, 2005
by
Lute Kamstra
Browse files
Use run-mode-hooks in example.
parent
b2777913
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
lisp/comint.el
lisp/comint.el
+1
-1
lisp/skeleton.el
lisp/skeleton.el
+1
-1
No files found.
lisp/comint.el
View file @
1c4c2dac
...
...
@@ -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
...
...
lisp/skeleton.el
View file @
1c4c2dac
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment