diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-06-28 18:55:00 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-06-28 18:55:00 +0000 |
commit | f2e0a47d249b47e291619db341f11ae8d8d1e8f6 (patch) | |
tree | ea5779ff368b0042c0918b003052b3dbdefaf275 /lisp/comint.el | |
parent | 8d79731e00d6996ee24dcd0394eadf2c287f9e64 (diff) | |
download | emacs-f2e0a47d249b47e291619db341f11ae8d8d1e8f6.tar.gz |
(comint-password-prompt-regexp): Accept ", try again".
Diffstat (limited to 'lisp/comint.el')
-rw-r--r-- | lisp/comint.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/comint.el b/lisp/comint.el index 29208d6379c..20b365e9fe1 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -338,8 +338,8 @@ This variable is buffer-local." "\\(\\([Oo]ld \\|[Nn]ew \\|'s \\|login \\|\ Kerberos \\|CVS \\|UNIX \\| SMB \\|^\\)\ \[Pp]assword\\( (again)\\)?\\|\ -pass phrase\\|\\(Enter\\|Repeat\\) passphrase\\)\ -\\( for [^:]+\\)?:\\s *\\'" +pass phrase\\|\\(Enter\\|Repeat\\|Bad\\) passphrase\\)\ +\\(?:, try again\\)?\\(?: for [^:]+\\)?:\\s *\\'" "*Regexp matching prompts for passwords in the inferior process. This is used by `comint-watch-for-password-prompt'." :type 'regexp |