changeset 44646:075cd9bb6051

(comint-password-prompt-regexp): Match "Repeat passphrase".
author Francesco Potortì <pot@gnu.org>
date Wed, 17 Apr 2002 08:04:38 +0000
parents b0f7bd506cdc
children 844590891e89
files lisp/comint.el
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/comint.el	Wed Apr 17 08:04:17 2002 +0000
+++ b/lisp/comint.el	Wed Apr 17 08:04:38 2002 +0000
@@ -315,8 +315,9 @@
 ;; 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'."