]> granicus.if.org Git - python/commitdiff
(py-scroll-process-buffer): Default value changed to nil to act more
authorBarry Warsaw <barry@python.org>
Fri, 6 Feb 1998 16:01:52 +0000 (16:01 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 6 Feb 1998 16:01:52 +0000 (16:01 +0000)
like default shell-mode behavior.

Misc/python-mode.el

index 36d4bb7ee6486dc0e50a58a290ae47145a8ef988..90a10209ef50caddd65a860311d3ed81f920793d 100644 (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