summaryrefslogtreecommitdiffstats
path: root/Misc/python-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/python-mode.el')
-rw-r--r--Misc/python-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/python-mode.el b/Misc/python-mode.el
index 36d4bb7..90a1020 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