# HG changeset patch # User Richard M. Stallman # Date 1012536914 0 # Node ID 5a7c132708d2074bd641de4b1e97e70ba8d693df # Parent 4c6cdfeb929c66f4ccabd528f25f801c2cdabeaa (comint-scroll-show-maximum-output): Default is t. diff -r 4c6cdfeb929c -r 5a7c132708d2 lisp/comint.el --- 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.