]> granicus.if.org Git - python/commitdiff
(py-shell): comint-output-filter-functions is already buffer-local
authorBarry Warsaw <barry@python.org>
Thu, 20 Aug 1998 20:00:53 +0000 (20:00 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 20 Aug 1998 20:00:53 +0000 (20:00 +0000)
Misc/python-mode.el

index cbaaec051418e9eff8b2c6fb595e05f6258f2947..c8e78a7813dffa6d07d60b5d789134e8d749cc1b 100644 (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