summaryrefslogtreecommitdiff
path: root/lisp/comint.el
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2000-12-22 16:26:40 +0000
committerMiles Bader <miles@gnu.org>2000-12-22 16:26:40 +0000
commit95fa4fd79582445edfd57f55e8a84f7f25df16de (patch)
tree496986c39ddb6014316654bfdb6dd4a9bbb10967 /lisp/comint.el
parent4481aa9880e18109f080dca5591962f13e03fe99 (diff)
downloademacs-95fa4fd79582445edfd57f55e8a84f7f25df16de.tar.gz
From Markus Rost <markus.rost@mathematik.uni-regensburg.de>:
(comint-password-prompt-regexp): Support CVS.
Diffstat (limited to 'lisp/comint.el')
-rw-r--r--lisp/comint.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/comint.el b/lisp/comint.el
index 33595103a01..4e6d852fe94 100644
--- a/lisp/comint.el
+++ b/lisp/comint.el
@@ -312,7 +312,7 @@ This variable is buffer-local."
;; 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.