mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
(comint-mode): Don't both with make-local-hook.
This commit is contained in:
parent
d247e32d0e
commit
1f43943cf0
@ -512,7 +512,6 @@ 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-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)
|
||||
|
Loading…
Reference in New Issue
Block a user