Index: emacs/lisp/comint.el
diff -c emacs/lisp/comint.el:1.323 emacs/lisp/comint.el:1.324
*** emacs/lisp/comint.el:1.323  Thu Jun 16 16:06:10 2005
--- emacs/lisp/comint.el        Tue Jun 28 18:55:00 2005
***************
*** 338,345 ****
    "\\(\\([Oo]ld \\|[Nn]ew \\|'s \\|login \\|\
  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'."
    :type 'regexp
--- 338,345 ----
    "\\(\\([Oo]ld \\|[Nn]ew \\|'s \\|login \\|\
  Kerberos \\|CVS \\|UNIX \\| SMB \\|^\\)\
  \[Pp]assword\\( (again)\\)?\\|\
! 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


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to