# HG changeset patch # User Karl Heuer # Date 848259528 0 # Node ID 2a181da249e048545c30a42ad6a2f17f4d284ebd # Parent 483fc45a80b640d0d399b2d7c535893edc367d9f (comint-password-prompt-regexp): Recognize AIX format. diff -r 483fc45a80b6 -r 2a181da249e0 lisp/comint.el --- 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'.")