diff options
author | Barry Warsaw <barry@python.org> | 1995-11-03 18:25:15 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1995-11-03 18:25:15 (GMT) |
commit | 17914f4e17d57497d206f2795e871a5f6e0a5917 (patch) | |
tree | 7ca3dd3da11daa4b3e19c4f16edb554a158d9b8c | |
parent | 825bae7c35b259551a660ac21c783f2937167bec (diff) | |
download | cpython-17914f4e17d57497d206f2795e871a5f6e0a5917.zip cpython-17914f4e17d57497d206f2795e871a5f6e0a5917.tar.gz cpython-17914f4e17d57497d206f2795e871a5f6e0a5917.tar.bz2 |
(py-indent-offset): Change default to 4.
-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 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.") |