diff options
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index ec7d6572200..b8fc7d4c546 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -5171,7 +5171,8 @@ likely an invalid python file." | |||
| 5171 | (while (and (< (point) cur-line) | 5171 | (while (and (< (point) cur-line) |
| 5172 | (setq no-back-indent | 5172 | (setq no-back-indent |
| 5173 | (or (> (current-indentation) indentation) | 5173 | (or (> (current-indentation) indentation) |
| 5174 | (python-info-current-line-empty-p)))) | 5174 | (python-info-current-line-empty-p) |
| 5175 | (python-info-current-line-comment-p)))) | ||
| 5175 | (forward-line))) | 5176 | (forward-line))) |
| 5176 | no-back-indent))) | 5177 | no-back-indent))) |
| 5177 | (setq collected-indentations | 5178 | (setq collected-indentations |