# HG changeset patch # User Richard M. Stallman # Date 753546031 0 # Node ID fb8f2a3f21780e0c79cf36349eece421b15095e3 # Parent d15f5b49f3ea07c3b8ff0298cbbdaa098eba64d9 (comint-scroll-show-maximum-output): Make default nil. diff -r d15f5b49f3ea -r fb8f2a3f2178 lisp/comint.el --- a/lisp/comint.el Wed Nov 17 13:41:50 1993 +0000 +++ b/lisp/comint.el Wed Nov 17 14:20:31 1993 +0000 @@ -202,7 +202,7 @@ See variable `comint-scroll-show-maximum-output' and function `comint-postoutput-scroll-to-bottom'. This variable is buffer-local.") -(defvar comint-scroll-show-maximum-output t +(defvar comint-scroll-show-maximum-output nil "*Controls how interpreter output causes window to scroll. If non-nil, then show the maximum output when the window is scrolled.