Fix previous change.

This commit is contained in:
Richard M. Stallman 1995-09-29 03:50:47 +00:00
parent b2a4185181
commit a6ed60f493

View file

@ -226,7 +226,7 @@ appears in the buffer.
This variable is buffer-local.")
(defvar comint-password-prompt-regexp
"\\(^\\(Old \\|New \\|\\)[Pp]assword\\|pass phrase\\):\\s *\\'"
"\\(\\([Oo]ld \\|[Nn]ew \\|^\\)[Pp]assword\\|pass phrase\\):\\s *\\'"
"*Regexp matching prompts for passwords in the inferior process.
This is used by `comint-watch-for-password-prompt'.")