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 7b0295afb74..b12f5ddc0d1 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -3805,7 +3805,7 @@ With argument MSG show activation/deactivation message." | |||
| 3805 | (comint-redirect-perform-sanity-check nil) | 3805 | (comint-redirect-perform-sanity-check nil) |
| 3806 | (comint-redirect-insert-matching-regexp t) | 3806 | (comint-redirect-insert-matching-regexp t) |
| 3807 | (comint-redirect-finished-regexp | 3807 | (comint-redirect-finished-regexp |
| 3808 | "1__dummy_completion__[[:space:]]*\n") | 3808 | "1__dummy_completion__.*\n") |
| 3809 | (comint-redirect-output-buffer redirect-buffer)) | 3809 | (comint-redirect-output-buffer redirect-buffer)) |
| 3810 | ;; Compatibility with Emacs 24.x. Comint changed and | 3810 | ;; Compatibility with Emacs 24.x. Comint changed and |
| 3811 | ;; now `comint-redirect-filter' gets 3 args. This | 3811 | ;; now `comint-redirect-filter' gets 3 args. This |