diff options
Diffstat (limited to 'lisp/comint.el')
-rw-r--r-- | lisp/comint.el | 2 |
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. |