]> git.eshelyaron.com Git - emacs.git/commit
Allow newlines in password prompts again in comint
authorRyan Prior <rprior@protonmail.com>
Thu, 18 Feb 2021 11:48:28 +0000 (12:48 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 18 Feb 2021 11:48:39 +0000 (12:48 +0100)
commit850f18ef23ded4aff38afee89de7980e1c9dd1fd
tree9384715666360de96aadd0d399561ee96063bb47
parentc977370dd734be12ffbaf0da2f3db529d6175b62
Allow newlines in password prompts again in comint

* lisp/comint.el (comint-password-prompt-regexp): Match all
whitespace (including newline) at the end of the passphrase, not
just space and \t (bug#46609).
(comint-watch-for-password-prompt): Remove trailing newlines from
the prompt (bug#46609).

Copyright-paperwork-exempt: yes
lisp/comint.el