Mercurial > emacs
changeset 16584:2a181da249e0
(comint-password-prompt-regexp): Recognize AIX format.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Sun, 17 Nov 1996 19:38:48 +0000 |
parents | 483fc45a80b6 |
children | 457c1485d4dc |
files | lisp/comint.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/comint.el Sun Nov 17 19:30:55 1996 +0000 +++ b/lisp/comint.el Sun Nov 17 19:38:48 1996 +0000 @@ -228,7 +228,7 @@ This variable is buffer-local.") (defvar comint-password-prompt-regexp - "\\(\\([Oo]ld \\|[Nn]ew \\|^\\)[Pp]assword\\|pass phrase\\):\\s *\\'" + "\\(\\([Oo]ld \\|[Nn]ew \\|'s \\|^\\)[Pp]assword\\|pass phrase\\):\\s *\\'" "*Regexp matching prompts for passwords in the inferior process. This is used by `comint-watch-for-password-prompt'.")