diff options
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 33c822a37d5..63597d5f75a 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -2441,8 +2441,8 @@ variable. | |||
| 2441 | (set (make-local-variable 'python-shell--prompt-calculated-input-regexp) nil) | 2441 | (set (make-local-variable 'python-shell--prompt-calculated-input-regexp) nil) |
| 2442 | (set (make-local-variable 'python-shell--prompt-calculated-output-regexp) nil) | 2442 | (set (make-local-variable 'python-shell--prompt-calculated-output-regexp) nil) |
| 2443 | (python-shell-prompt-set-calculated-regexps) | 2443 | (python-shell-prompt-set-calculated-regexps) |
| 2444 | (setq comint-prompt-regexp python-shell--prompt-calculated-input-regexp | 2444 | (setq comint-prompt-regexp python-shell--prompt-calculated-input-regexp) |
| 2445 | comint-prompt-read-only t) | 2445 | (set (make-local-variable 'comint-prompt-read-only) t) |
| 2446 | (setq mode-line-process '(":%s")) | 2446 | (setq mode-line-process '(":%s")) |
| 2447 | (set (make-local-variable 'comint-output-filter-functions) | 2447 | (set (make-local-variable 'comint-output-filter-functions) |
| 2448 | '(ansi-color-process-output | 2448 | '(ansi-color-process-output |