mirror of
https://github.com/python/cpython.git
synced 2025-07-19 17:25:54 +00:00
(py-scroll-process-buffer): Default value changed to nil to act more
like default shell-mode behavior.
This commit is contained in:
parent
8e1e68de49
commit
8ee4a60c70
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue