]> git.eshelyaron.com Git - emacs.git/commit
Fix python-eldoc affecting unrelated comint processes
authorMiha Rihtaršič <miha@kamnitnik.top>
Fri, 14 Jan 2022 07:33:58 +0000 (08:33 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 14 Jan 2022 07:34:27 +0000 (08:34 +0100)
commit07335abeb41654ad6555284e3d0c1ae21e77469b
tree684ad4114d92d432295bc443eac7a86e76489a2b
parentfa1dd64ba890ae66c3541fb7af0f895fd8fea721
Fix python-eldoc affecting unrelated comint processes

* lisp/progmodes/python.el (python-shell-send-string-no-output): Don't
let-bind comint-preoutput-filter-functions globally for all comint
processes.  Modify the behaviour of only the current python
process (bug#53219).
lisp/progmodes/python.el