summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>1995-11-03 18:25:15 (GMT)
committerBarry Warsaw <barry@python.org>1995-11-03 18:25:15 (GMT)
commit17914f4e17d57497d206f2795e871a5f6e0a5917 (patch)
tree7ca3dd3da11daa4b3e19c4f16edb554a158d9b8c /Misc
parent825bae7c35b259551a660ac21c783f2937167bec (diff)
downloadcpython-17914f4e17d57497d206f2795e871a5f6e0a5917.zip
cpython-17914f4e17d57497d206f2795e871a5f6e0a5917.tar.gz
cpython-17914f4e17d57497d206f2795e871a5f6e0a5917.tar.bz2
(py-indent-offset): Change default to 4.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/python-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/python-mode.el b/Misc/python-mode.el
index 60c0aab..8789c66 100644
--- a/Misc/python-mode.el
+++ b/Misc/python-mode.el
@@ -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.")