diff options
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 20266097fed..4420faf3dfc 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -2360,6 +2360,7 @@ goes wrong and syntax highlighting in the shell gets messed up." | |||
| 2360 | (process-live-p (get-buffer-process (current-buffer)))) | 2360 | (process-live-p (get-buffer-process (current-buffer)))) |
| 2361 | (let* ((input (buffer-substring-no-properties | 2361 | (let* ((input (buffer-substring-no-properties |
| 2362 | prompt-end (point-max))) | 2362 | prompt-end (point-max))) |
| 2363 | (deactivate-mark nil) | ||
| 2363 | (start-pos prompt-end) | 2364 | (start-pos prompt-end) |
| 2364 | (buffer-undo-list t) | 2365 | (buffer-undo-list t) |
| 2365 | (font-lock-buffer-pos nil) | 2366 | (font-lock-buffer-pos nil) |