diff options
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 10e852223ce..e72b18afd61 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -2605,7 +2605,7 @@ This function is appropriate for `comint-output-filter-functions'." | |||
| 2605 | overlay-arrow-string "=>" | 2605 | overlay-arrow-string "=>" |
| 2606 | python-pdbtrack-is-tracking-p t) | 2606 | python-pdbtrack-is-tracking-p t) |
| 2607 | (set-marker overlay-arrow-position | 2607 | (set-marker overlay-arrow-position |
| 2608 | (save-excursion (beginning-of-line) (point)) | 2608 | (line-beginning-position) |
| 2609 | (current-buffer))) | 2609 | (current-buffer))) |
| 2610 | (setq overlay-arrow-position nil | 2610 | (setq overlay-arrow-position nil |
| 2611 | python-pdbtrack-is-tracking-p nil))) | 2611 | python-pdbtrack-is-tracking-p nil))) |
| @@ -2891,5 +2891,4 @@ filter." | |||
| 2891 | (provide 'python) | 2891 | (provide 'python) |
| 2892 | (provide 'python-21) | 2892 | (provide 'python-21) |
| 2893 | 2893 | ||
| 2894 | ;; arch-tag: 6fce1d99-a704-4de9-ba19-c6e4912b0554 | ||
| 2895 | ;;; python.el ends here | 2894 | ;;; python.el ends here |