diff options
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index ca9c3c6e6ef..7a90f0bb5ee 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -3591,9 +3591,7 @@ list is returned as is." | |||
| 3591 | (define-derived-mode python-mode prog-mode "Python" | 3591 | (define-derived-mode python-mode prog-mode "Python" |
| 3592 | "Major mode for editing Python files. | 3592 | "Major mode for editing Python files. |
| 3593 | 3593 | ||
| 3594 | \\{python-mode-map} | 3594 | \\{python-mode-map}" |
| 3595 | Entry to this mode calls the value of `python-mode-hook' | ||
| 3596 | if that value is non-nil." | ||
| 3597 | (set (make-local-variable 'tab-width) 8) | 3595 | (set (make-local-variable 'tab-width) 8) |
| 3598 | (set (make-local-variable 'indent-tabs-mode) nil) | 3596 | (set (make-local-variable 'indent-tabs-mode) nil) |
| 3599 | 3597 | ||