]> git.eshelyaron.com Git - emacs.git/commit
Add watch for password back to inferior python comint filter
authorGlenn Morris <rgm@gnu.org>
Sat, 3 Jun 2017 00:06:12 +0000 (20:06 -0400)
committerGlenn Morris <rgm@gnu.org>
Sat, 3 Jun 2017 00:06:12 +0000 (20:06 -0400)
commit182912c7a927c8c659662750017148e129571fc6
tree12e472f20266fc388875ac9c214ed0a6c155563f
parentb406174d814e1c1bd34917b1497801137e9211a1
Add watch for password back to inferior python comint filter

It was removed along with other items for speed (bug#16875),
but doesn't seem to have been causing an issue, and it's useful to
have it there (bug#27154).
* lisp/progmodes/python.el (inferior-python-mode):
Add comint-watch-for-password-prompt to comint-output-filter-functions.
lisp/progmodes/python.el