]> git.eshelyaron.com Git - emacs.git/commitdiff
(comint-scroll-show-maximum-output): Make default nil.
authorRichard M. Stallman <rms@gnu.org>
Wed, 17 Nov 1993 14:20:31 +0000 (14:20 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 17 Nov 1993 14:20:31 +0000 (14:20 +0000)
lisp/comint.el

index 5c2ec55903efab72b72175a07b6a21cee42e0d49..bdb8867fb23ef506b7fdc9403ead333708075b1e 100644 (file)
@@ -202,7 +202,7 @@ The default is nil.
 See variable `comint-scroll-show-maximum-output' and function
 `comint-postoutput-scroll-to-bottom'.  This variable is buffer-local.")
 
-(defvar comint-scroll-show-maximum-output t
+(defvar comint-scroll-show-maximum-output nil
   "*Controls how interpreter output causes window to scroll.
 If non-nil, then show the maximum output when the window is scrolled.