mirror of https://github.com/python/cpython
(py-shell): comint-output-filter-functions is already buffer-local
This commit is contained in:
parent
3c96f6f361
commit
a81fb33c6b
|
@ -1198,7 +1198,6 @@ filter."
|
|||
(apply 'make-comint py-which-bufname py-which-shell nil py-which-args))
|
||||
(make-local-variable 'comint-prompt-regexp)
|
||||
(setq comint-prompt-regexp "^>>> \\|^[.][.][.] \\|^(pdb) ")
|
||||
(make-local-variable 'comint-output-filter-functions)
|
||||
(add-hook 'comint-output-filter-functions 'py-comint-output-filter-function)
|
||||
(set-syntax-table py-mode-syntax-table)
|
||||
;; set up keybindings for this subshell
|
||||
|
|
Loading…
Reference in New Issue