aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-02-01 04:15:14 +0000
committerRichard M. Stallman2002-02-01 04:15:14 +0000
commitf3ea9e4ffee2cde8db173c93715c8113c735e94e (patch)
treea788ba2cee751b9ecb9c284037222caafd199748
parent7e7d0f8bc28f596a344d70d159f0b46a214f2dca (diff)
downloademacs-f3ea9e4ffee2cde8db173c93715c8113c735e94e.tar.gz
emacs-f3ea9e4ffee2cde8db173c93715c8113c735e94e.zip
(comint-scroll-show-maximum-output): Default is t.
-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
274 (const others)) 274 (const others))
275 :group 'comint) 275 :group 'comint)
276 276
277(defcustom comint-scroll-show-maximum-output nil 277(defcustom comint-scroll-show-maximum-output t
278 "*Controls how interpreter output causes window to scroll. 278 "*Controls how interpreter output causes window to scroll.
279If non-nil, then show the maximum output when the window is scrolled. 279If non-nil, then show the maximum output when the window is scrolled.
280 280