Mercurial > emacs
changeset 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 | 4c6cdfeb929c |
children | ea2c1935280f |
files | lisp/comint.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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.