]> git.eshelyaron.com Git - emacs.git/commitdiff
(comint-mode): Don't both with make-local-hook.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 3 Nov 2000 20:59:18 +0000 (20:59 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 3 Nov 2000 20:59:18 +0000 (20:59 +0000)
lisp/comint.el

index 238f0601a79250cd05ba41c4578ebc1a1e989e23..f3922f3407dc32e9e015e2531ed8c3a23a4dc075 100644 (file)
@@ -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)