(py-scroll-process-buffer): Default value changed to nil to act more

like default shell-mode behavior.
This commit is contained in:
Barry Warsaw 1998-02-06 16:01:52 +00:00
parent 8e1e68de49
commit 8ee4a60c70

View file

@ -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