Mercurial > emacs
changeset 34834:792f41f27d41
From Markus Rost <markus.rost@mathematik.uni-regensburg.de>:
(comint-password-prompt-regexp): Support CVS.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Fri, 22 Dec 2000 16:24:53 +0000 |
parents | aaf69bc74739 |
children | 78dd0bae5478 |
files | lisp/comint.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/comint.el Fri Dec 22 14:19:33 2000 +0000 +++ b/lisp/comint.el Fri Dec 22 16:24:53 2000 +0000 @@ -312,7 +312,7 @@ ;; ssh-add prints a prompt like `Enter passphrase: '. ;; Some implementations of passwd use "Password (again)" as the 2nd prompt. (defcustom comint-password-prompt-regexp - "\\(\\([Oo]ld \\|[Nn]ew \\|Kerberos \\|'s \\|login \\|^\\)\ + "\\(\\([Oo]ld \\|[Nn]ew \\|Kerberos \\|'s \\|login \\|CVS \\|^\\)\ [Pp]assword\\( (again)\\)?\\|pass phrase\\|Enter passphrase\\)\ \\( for [^@ \t\n]+@[^@ \t\n]+\\)?:\\s *\\'" "*Regexp matching prompts for passwords in the inferior process.