diff options
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 3e0708cd3c2..669da135644 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -774,7 +774,7 @@ START is the buffer position where the sexp starts." | |||
| 774 | (save-excursion | 774 | (save-excursion |
| 775 | (python-util-forward-comment -1) | 775 | (python-util-forward-comment -1) |
| 776 | (python-nav-beginning-of-statement) | 776 | (python-nav-beginning-of-statement) |
| 777 | (member (current-word) python-indent-block-enders))) | 777 | (looking-at (regexp-opt python-indent-block-enders)))) |
| 778 | python-indent-offset | 778 | python-indent-offset |
| 779 | 0))) | 779 | 0))) |
| 780 | ;; When inside of a string, do nothing. just use the current | 780 | ;; When inside of a string, do nothing. just use the current |