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 b0d3174eabc..08ef471f6b0 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -3670,7 +3670,7 @@ using that one instead of current buffer's process." | |||
| 3670 | (save-excursion | 3670 | (save-excursion |
| 3671 | (if (not (re-search-backward | 3671 | (if (not (re-search-backward |
| 3672 | (python-rx | 3672 | (python-rx |
| 3673 | (or whitespace open-paren close-paren string-delimiter)) | 3673 | (or whitespace open-paren close-paren string-delimiter simple-operator)) |
| 3674 | line-start | 3674 | line-start |
| 3675 | t 1)) | 3675 | t 1)) |
| 3676 | line-start | 3676 | line-start |