diff lisp/comint.el @ 43028:5a7c132708d2

(comint-scroll-show-maximum-output): Default is t.
author Richard M. Stallman <rms@gnu.org>
date Fri, 01 Feb 2002 04:15:14 +0000
parents 466c8a363992
children 6afed71ef190
line wrap: on
line diff
--- a/lisp/comint.el	Fri Feb 01 04:14:14 2002 +0000
+++ b/lisp/comint.el	Fri Feb 01 04:15:14 2002 +0000
@@ -274,7 +274,7 @@
 		 (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.