summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>1998-08-20 20:00:53 (GMT)
committerBarry Warsaw <barry@python.org>1998-08-20 20:00:53 (GMT)
commita81fb33c6bbf89aecfaebe97d85500ffa0802a50 (patch)
tree4270c8d2614c9526b36b5e941cb0704373599337 /Misc
parent3c96f6f361ee6d630103c5dbf5d81ac80aa264c5 (diff)
downloadcpython-a81fb33c6bbf89aecfaebe97d85500ffa0802a50.zip
cpython-a81fb33c6bbf89aecfaebe97d85500ffa0802a50.tar.gz
cpython-a81fb33c6bbf89aecfaebe97d85500ffa0802a50.tar.bz2
(py-shell): comint-output-filter-functions is already buffer-local
Diffstat (limited to 'Misc')
-rw-r--r--Misc/python-mode.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/Misc/python-mode.el b/Misc/python-mode.el
index cbaaec0..c8e78a7 100644
--- a/Misc/python-mode.el
+++ b/Misc/python-mode.el
@@ -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