]> git.eshelyaron.com Git - emacs.git/commit
Avoid extra lines in python-shell font lock buffer (Bug#33959)
authormemeplex <carlosjosepita@gmail.com>
Tue, 15 Oct 2019 00:37:20 +0000 (21:37 -0300)
committerNoam Postavsky <npostavs@gmail.com>
Wed, 23 Oct 2019 00:11:49 +0000 (20:11 -0400)
commitab6728787245e0d46bd8a8919e30c882f6011182
tree80c34bbc33f4393133974cfc769f078440c48be6
parent5f67809a8f34be99d2d1cb081c071b72655a59f1
Avoid extra lines in python-shell font lock buffer (Bug#33959)

* lisp/progmodes/python.el
(python-shell-font-lock-comint-output-filter-function): Avoid writing
a newline to the font lock buffer when receiving an empty string.
lisp/progmodes/python.el