diff options
author | Barry Warsaw <barry@python.org> | 1998-02-06 16:01:52 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1998-02-06 16:01:52 (GMT) |
commit | 8ee4a60c70df6ed9ee1afefae2bb71aaae8d291a (patch) | |
tree | cd88fb0de29021df2e2405d17b9e4b28a2b4299b /Misc | |
parent | 8e1e68de49c2eb95df3dcfeb9ae9187145e2510b (diff) | |
download | cpython-8ee4a60c70df6ed9ee1afefae2bb71aaae8d291a.zip cpython-8ee4a60c70df6ed9ee1afefae2bb71aaae8d291a.tar.gz cpython-8ee4a60c70df6ed9ee1afefae2bb71aaae8d291a.tar.bz2 |
(py-scroll-process-buffer): Default value changed to nil to act more
like default shell-mode behavior.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/python-mode.el | 2 |
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 |