From: Barry Warsaw Date: Fri, 6 Feb 1998 16:01:52 +0000 (+0000) Subject: (py-scroll-process-buffer): Default value changed to nil to act more X-Git-Tag: v1.5.1~853 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ee4a60c70df6ed9ee1afefae2bb71aaae8d291a;p=python (py-scroll-process-buffer): Default value changed to nil to act more like default shell-mode behavior. --- diff --git a/Misc/python-mode.el b/Misc/python-mode.el index 36d4bb7ee6..90a10209ef 100644 --- a/Misc/python-mode.el +++ b/Misc/python-mode.el @@ -192,7 +192,7 @@ indentation hints, unless the comment character is in column zero." ) :group 'python) -(defcustom py-scroll-process-buffer t +(defcustom py-scroll-process-buffer nil "*Scroll Python process buffer as output arrives. If nil, the Python process buffer acts, with respect to scrolling, like Shell-mode buffers normally act. This is surprisingly complicated and