]> git.eshelyaron.com Git - emacs.git/commitdiff
(comint-scroll-show-maximum-output): Default is t.
authorRichard M. Stallman <rms@gnu.org>
Fri, 1 Feb 2002 04:15:14 +0000 (04:15 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 1 Feb 2002 04:15:14 +0000 (04:15 +0000)
lisp/comint.el

index d04619a2617f23c385ceffdf6d1b95612d583ff1..14d2579e32b6f21a75a3836fd84360811b8603ef 100644 (file)
@@ -274,7 +274,7 @@ See variable `comint-scroll-show-maximum-output' and function
                 (const others))
   :group 'comint)
 
-(defcustom comint-scroll-show-maximum-output nil
+(defcustom comint-scroll-show-maximum-output t
   "*Controls how interpreter output causes window to scroll.
 If non-nil, then show the maximum output when the window is scrolled.