Mercurial > emacs
changeset 13093:36df4ecc47da
(comint-password-prompt-regexp): Recognize
Old Password and New password.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 29 Sep 1995 03:49:35 +0000 |
parents | 6b853a17f397 |
children | ad51fb37d568 |
files | lisp/comint.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/comint.el Fri Sep 29 00:48:05 1995 +0000 +++ b/lisp/comint.el Fri Sep 29 03:49:35 1995 +0000 @@ -226,7 +226,7 @@ This variable is buffer-local.") (defvar comint-password-prompt-regexp - "\\(^[Pp]assword\\|pass phrase\\):\\s *\\'" + "\\(^\\(Old \\|New \\|\\)[Pp]assword\\|pass phrase\\):\\s *\\'" "*Regexp matching prompts for passwords in the inferior process. This is used by `comint-watch-for-password-prompt'.")