aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-06-28 18:55:00 +0000
committerRichard M. Stallman2005-06-28 18:55:00 +0000
commitf2e0a47d249b47e291619db341f11ae8d8d1e8f6 (patch)
treeea5779ff368b0042c0918b003052b3dbdefaf275
parent8d79731e00d6996ee24dcd0394eadf2c287f9e64 (diff)
downloademacs-f2e0a47d249b47e291619db341f11ae8d8d1e8f6.tar.gz
emacs-f2e0a47d249b47e291619db341f11ae8d8d1e8f6.zip
(comint-password-prompt-regexp): Accept ", try again".
-rw-r--r--lisp/comint.el4
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."
338 "\\(\\([Oo]ld \\|[Nn]ew \\|'s \\|login \\|\ 338 "\\(\\([Oo]ld \\|[Nn]ew \\|'s \\|login \\|\
339Kerberos \\|CVS \\|UNIX \\| SMB \\|^\\)\ 339Kerberos \\|CVS \\|UNIX \\| SMB \\|^\\)\
340\[Pp]assword\\( (again)\\)?\\|\ 340\[Pp]assword\\( (again)\\)?\\|\
341pass phrase\\|\\(Enter\\|Repeat\\) passphrase\\)\ 341pass phrase\\|\\(Enter\\|Repeat\\|Bad\\) passphrase\\)\
342\\( for [^:]+\\)?:\\s *\\'" 342\\(?:, try again\\)?\\(?: for [^:]+\\)?:\\s *\\'"
343 "*Regexp matching prompts for passwords in the inferior process. 343 "*Regexp matching prompts for passwords in the inferior process.
344This is used by `comint-watch-for-password-prompt'." 344This is used by `comint-watch-for-password-prompt'."
345 :type 'regexp 345 :type 'regexp