]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
(py-indent-offset): Change default to 4.
authorBarry Warsaw <barry@python.org>
Fri, 3 Nov 1995 18:25:15 +0000 (18:25 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 3 Nov 1995 18:25:15 +0000 (18:25 +0000)
Misc/python-mode.el

index 60c0aabe14335e19598a5e359643fb4ab04663d5..8789c66c383af9160e6d1317cffa3730940e5d28 100644 (file)
@@ -81,7 +81,7 @@
 (defvar py-python-command "python"
   "*Shell command used to start Python interpreter.")
 
-(defvar py-indent-offset 8             ; argue with Guido <grin>
+(defvar py-indent-offset 4
   "*Indentation increment.
 Note that `\\[py-guess-indent-offset]' can usually guess a good value
 when you're editing someone else's Python code.")