changeset 33182:0f78cc4bde5f

(comint-mode): Don't both with make-local-hook.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 03 Nov 2000 20:59:18 +0000
parents 5e12e142dc45
children 1988cb3ecd2f
files lisp/comint.el
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/comint.el	Fri Nov 03 20:12:20 2000 +0000
+++ b/lisp/comint.el	Fri Nov 03 20:59:18 2000 +0000
@@ -512,7 +512,6 @@
   (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)