From: Barry Warsaw Date: Thu, 20 Aug 1998 20:00:53 +0000 (+0000) Subject: (py-shell): comint-output-filter-functions is already buffer-local X-Git-Tag: v1.5.2a2~367 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a81fb33c6bbf89aecfaebe97d85500ffa0802a50;p=thirdparty%2FPython%2Fcpython.git (py-shell): comint-output-filter-functions is already buffer-local --- diff --git a/Misc/python-mode.el b/Misc/python-mode.el index cbaaec051418..c8e78a7813df 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