Fix previous change.
This commit is contained in:
parent
b2a4185181
commit
a6ed60f493
1 changed files with 1 additions and 1 deletions
|
@ -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'.")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue