From: Barry Warsaw Date: Fri, 3 Nov 1995 18:25:15 +0000 (+0000) Subject: (py-indent-offset): Change default to 4. X-Git-Tag: v1.4b1~499 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=17914f4e17d57497d206f2795e871a5f6e0a5917;p=thirdparty%2FPython%2Fcpython.git (py-indent-offset): Change default to 4. --- diff --git a/Misc/python-mode.el b/Misc/python-mode.el index 60c0aabe1433..8789c66c383a 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 +(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.")