From 8ee4a60c70df6ed9ee1afefae2bb71aaae8d291a Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Fri, 6 Feb 1998 16:01:52 +0000 Subject: [PATCH] (py-scroll-process-buffer): Default value changed to nil to act more like default shell-mode behavior. --- Misc/python-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0