]> git.eshelyaron.com Git - emacs.git/commitdiff
(comint-password-prompt-regexp): Match "Repeat passphrase".
authorFrancesco Potortì <pot@gnu.org>
Wed, 17 Apr 2002 08:04:38 +0000 (08:04 +0000)
committerFrancesco Potortì <pot@gnu.org>
Wed, 17 Apr 2002 08:04:38 +0000 (08:04 +0000)
lisp/comint.el

index bea0c0b2f147385c850286a1547deb46b27dc4b6..c47baba3651365205f80ac05203d4efeacf3c12b 100644 (file)
@@ -315,8 +315,9 @@ This variable is buffer-local."
 ;; Some implementations of passwd use "Password (again)" as the 2nd prompt.
 (defcustom comint-password-prompt-regexp
   "\\(\\([Oo]ld \\|[Nn]ew \\|'s \\|login \\|\
-Kerberos \\|CVS \\|UNIX \\| SMB \\|\
-^\\)[Pp]assword\\( (again)\\)?\\|pass phrase\\|Enter passphrase\\)\
+Kerberos \\|CVS \\|UNIX \\| SMB \\|^\\)\
+[Pp]assword\\( (again)\\)?\\|\
+pass phrase\\|\\(Enter\\|Repeat\\) passphrase\\)\
 \\( for [^:]+\\)?:\\s *\\'"
   "*Regexp matching prompts for passwords in the inferior process.
 This is used by `comint-watch-for-password-prompt'."