(py-shell): comint-output-filter-functions is already buffer-local

This commit is contained in:
Barry Warsaw 1998-08-20 20:00:53 +00:00
parent 3c96f6f361
commit a81fb33c6b
1 changed files with 0 additions and 1 deletions

View File

@ -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