(comint-password-prompt-regexp): Support CVS.
+2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
+
+ * comint.el (comint-password-prompt-regexp): Support CVS.
+
2000-12-22 Gerd Moellmann <gerd@gnu.org>
* simple.el (delete-key-deletes-forward-mode): Simplify. Also
;; 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.