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 2cb108cc316..35c5ba19e33 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -2334,7 +2334,7 @@ Argument OUTPUT is a string with the output from the comint process." | |||
| 2334 | ;; encounters an exception, it prints the _entire_ stack | 2334 | ;; encounters an exception, it prints the _entire_ stack |
| 2335 | ;; trace. To handle all of these cases, we want to find | 2335 | ;; trace. To handle all of these cases, we want to find |
| 2336 | ;; the _last_ stack frame printed in the most recent | 2336 | ;; the _last_ stack frame printed in the most recent |
| 2337 | ;; batch of output, then jump to the corrsponding | 2337 | ;; batch of output, then jump to the corresponding |
| 2338 | ;; file/line number. | 2338 | ;; file/line number. |
| 2339 | (goto-char (point-max)) | 2339 | (goto-char (point-max)) |
| 2340 | (when (re-search-backward python-pdbtrack-stacktrace-info-regexp nil t) | 2340 | (when (re-search-backward python-pdbtrack-stacktrace-info-regexp nil t) |