diff lisp/comint.el @ 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 e821d3197110
children 52fc3d972e9c
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)