mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
make pre-command-hook & comint-exec-hook local hooks.
This commit is contained in:
parent
054e5c2010
commit
d2b251aa61
1 changed files with 3 additions and 3 deletions
|
|
@ -467,11 +467,11 @@ Entry to this mode runs the hooks on `comint-mode-hook'."
|
|||
(make-local-variable 'comint-scroll-to-bottom-on-input)
|
||||
(make-local-variable 'comint-scroll-to-bottom-on-output)
|
||||
(make-local-variable 'comint-scroll-show-maximum-output)
|
||||
(make-local-variable 'pre-command-hook)
|
||||
(add-hook 'pre-command-hook 'comint-preinput-scroll-to-bottom)
|
||||
(make-local-hook 'pre-command-hook)
|
||||
(add-hook 'pre-command-hook 'comint-preinput-scroll-to-bottom t t)
|
||||
(make-local-hook 'comint-output-filter-functions)
|
||||
(make-local-hook 'comint-exec-hook)
|
||||
(make-local-variable 'comint-ptyp)
|
||||
(make-local-variable 'comint-exec-hook)
|
||||
(make-local-variable 'comint-process-echoes)
|
||||
(make-local-variable 'comint-file-name-chars)
|
||||
(make-local-variable 'comint-file-name-quote-list)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue