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 825e94572a7..cb4be10f5cc 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -1297,7 +1297,7 @@ Called from a program, START and END specify the region to indent." | |||
| 1297 | ;; Don't mess with strings, unless it's the | 1297 | ;; Don't mess with strings, unless it's the |
| 1298 | ;; enclosing set of quotes or a docstring. | 1298 | ;; enclosing set of quotes or a docstring. |
| 1299 | (or (not (python-syntax-context 'string)) | 1299 | (or (not (python-syntax-context 'string)) |
| 1300 | (eq | 1300 | (equal |
| 1301 | (syntax-after | 1301 | (syntax-after |
| 1302 | (+ (1- (point)) | 1302 | (+ (1- (point)) |
| 1303 | (current-indentation) | 1303 | (current-indentation) |