# HG changeset patch # User Stefan Monnier # Date 973285158 0 # Node ID 0f78cc4bde5ffe25d13b7fe033fff1774d4fef26 # Parent 5e12e142dc457a037a27fe7e3308bda200403c7b (comint-mode): Don't both with make-local-hook. diff -r 5e12e142dc45 -r 0f78cc4bde5f lisp/comint.el --- 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)