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 a6354eff998..4e0f326e2d4 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -576,7 +576,7 @@ Currently-active file is at the head of the list.") | |||
| 576 | (defvar python-pdbtrack-is-tracking-p nil) | 576 | (defvar python-pdbtrack-is-tracking-p nil) |
| 577 | 577 | ||
| 578 | (defconst python-pdbtrack-stack-entry-regexp | 578 | (defconst python-pdbtrack-stack-entry-regexp |
| 579 | "^> \\(.*\\)(\\([0-9]+\\))\\([?a-zA-Z0-9_]+\\)()" | 579 | "^> \\(.*\\)(\\([0-9]+\\))\\([?a-zA-Z0-9_<>]+\\)()" |
| 580 | "Regular expression pdbtrack uses to find a stack trace entry.") | 580 | "Regular expression pdbtrack uses to find a stack trace entry.") |
| 581 | 581 | ||
| 582 | (defconst python-pdbtrack-input-prompt "\n[(<]*[Pp]db[>)]+ " | 582 | (defconst python-pdbtrack-input-prompt "\n[(<]*[Pp]db[>)]+ " |