(py-indent-offset): Change default to 4.

This commit is contained in:
Barry Warsaw 1995-11-03 18:25:15 +00:00
parent 825bae7c35
commit 17914f4e17

View 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.")