From f69925dd1ba4d9969507b78a4bdb0fc799866c14 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Sun, 17 Nov 1996 19:38:48 +0000 Subject: [PATCH] (comint-password-prompt-regexp): Recognize AIX format. --- lisp/comint.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. 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'.") -- 2.39.5