emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/comint.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/comint.el
Date: Tue, 28 Jun 2005 14:55:00 -0400

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]