]> git.eshelyaron.com Git - emacs.git/commit
Python shell: rearrange printing of newline before output
authorAugusto Stoffel <arstoffel@gmail.com>
Wed, 15 Sep 2021 08:02:34 +0000 (10:02 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 15 Sep 2021 08:02:34 +0000 (10:02 +0200)
commit6cfc312d7196d7c7c70e7030b344891ecea8c4f1
tree48babcaac9618a459b4676a93ee8f485c33569eb
parent3c2753a3b8e69e32524d1e1342be6ffc41aa1ec3
Python shell: rearrange printing of newline before output

* progmodes/python.el (python-shell-output-filter-in-progress)
(python-shell-output-filter-buffer): Move defvars to avoid compiler
warnings.
(python-shell-eval-setup-code): Don't print a newline in
__PYTHON_EL_eval.
(python-shell-send-string): Insert newline before output when
applicable (bug#50514).
lisp/progmodes/python.el