From: Richard M. Stallman Date: Fri, 1 Feb 2002 04:15:14 +0000 (+0000) Subject: (comint-scroll-show-maximum-output): Default is t. X-Git-Tag: ttn-vms-21-2-B4~16914 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f3ea9e4ffee2cde8db173c93715c8113c735e94e;p=emacs.git (comint-scroll-show-maximum-output): Default is t. --- diff --git a/lisp/comint.el b/lisp/comint.el index d04619a2617..14d2579e32b 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -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.