diff options
| -rw-r--r-- | lisp/comint.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/comint.el b/lisp/comint.el index 645e2ec1c7d..2aa265fbf42 100644 --- a/lisp/comint.el +++ b/lisp/comint.el | |||
| @@ -314,7 +314,7 @@ This variable is buffer-local." | |||
| 314 | ;; ssh-add prints a prompt like `Enter passphrase: '. | 314 | ;; ssh-add prints a prompt like `Enter passphrase: '. |
| 315 | ;; Some implementations of passwd use "Password (again)" as the 2nd prompt. | 315 | ;; Some implementations of passwd use "Password (again)" as the 2nd prompt. |
| 316 | (defcustom comint-password-prompt-regexp | 316 | (defcustom comint-password-prompt-regexp |
| 317 | "\\(\\([Oo]ld \\|[Nn]ew \\|Kerberos \\|'s \\|login \\|CVS \\|^\\)\ | 317 | "\\(\\([Oo]ld \\|[Nn]ew \\|Kerberos \\|'s \\|login \\|CVS \\|UNIX \\|^\\)\ |
| 318 | [Pp]assword\\( (again)\\)?\\|pass phrase\\|Enter passphrase\\)\ | 318 | [Pp]assword\\( (again)\\)?\\|pass phrase\\|Enter passphrase\\)\ |
| 319 | \\( for [^:]+\\)?:\\s *\\'" | 319 | \\( for [^:]+\\)?:\\s *\\'" |
| 320 | "*Regexp matching prompts for passwords in the inferior process. | 320 | "*Regexp matching prompts for passwords in the inferior process. |