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 aa5e8c82530..11f4afc705b 100644 --- a/lisp/comint.el +++ b/lisp/comint.el | |||
| @@ -228,7 +228,7 @@ appears in the buffer. | |||
| 228 | This variable is buffer-local.") | 228 | This variable is buffer-local.") |
| 229 | 229 | ||
| 230 | (defvar comint-password-prompt-regexp | 230 | (defvar comint-password-prompt-regexp |
| 231 | "\\(\\([Oo]ld \\|[Nn]ew \\|^\\)[Pp]assword\\|pass phrase\\):\\s *\\'" | 231 | "\\(\\([Oo]ld \\|[Nn]ew \\|'s \\|^\\)[Pp]assword\\|pass phrase\\):\\s *\\'" |
| 232 | "*Regexp matching prompts for passwords in the inferior process. | 232 | "*Regexp matching prompts for passwords in the inferior process. |
| 233 | This is used by `comint-watch-for-password-prompt'.") | 233 | This is used by `comint-watch-for-password-prompt'.") |
| 234 | 234 | ||