]> git.eshelyaron.com Git - emacs.git/commit
Make comint-watch-for-password-prompt more resilient
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 2 Jul 2022 12:21:00 +0000 (14:21 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 2 Jul 2022 12:21:00 +0000 (14:21 +0200)
commit5b112482fbdb0351487a7af592ae901e20ec45c1
tree1e4471c137fd027b7598588f5ce87acbf4a7248c
parent8d68760ddee3690b4312fdb5d85210cb21b4eb7d
Make comint-watch-for-password-prompt more resilient

* lisp/comint.el (comint-watch-for-password-prompt): Don't try to
send commands to the process after it's exited (bug#56336).  (This
commonly happens when invoked via `M-&'.)
lisp/comint.el