summaryrefslogtreecommitdiff
path: root/lisp/comint.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2002-02-01 04:15:14 +0000
committerRichard M. Stallman <rms@gnu.org>2002-02-01 04:15:14 +0000
commitf3ea9e4ffee2cde8db173c93715c8113c735e94e (patch)
treea788ba2cee751b9ecb9c284037222caafd199748 /lisp/comint.el
parent7e7d0f8bc28f596a344d70d159f0b46a214f2dca (diff)
downloademacs-f3ea9e4ffee2cde8db173c93715c8113c735e94e.tar.gz
(comint-scroll-show-maximum-output): Default is t.
Diffstat (limited to 'lisp/comint.el')
-rw-r--r--lisp/comint.el2
1 files changed, 1 insertions, 1 deletions
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.