From f3ea9e4ffee2cde8db173c93715c8113c735e94e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 1 Feb 2002 04:15:14 +0000 Subject: [PATCH] (comint-scroll-show-maximum-output): Default is t. --- lisp/comint.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2