From: Richard M. Stallman Date: Fri, 29 Sep 1995 03:50:47 +0000 (+0000) Subject: Fix previous change. X-Git-Tag: emacs-19.34~2766 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a6ed60f493538265327c2c949d6237a6315bd6fa;p=emacs.git Fix previous change. --- diff --git a/lisp/comint.el b/lisp/comint.el index e0010795328..e4ff700ad74 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -226,7 +226,7 @@ appears in the buffer. This variable is buffer-local.") (defvar comint-password-prompt-regexp - "\\(^\\(Old \\|New \\|\\)[Pp]assword\\|pass phrase\\):\\s *\\'" + "\\(\\([Oo]ld \\|[Nn]ew \\|^\\)[Pp]assword\\|pass phrase\\):\\s *\\'" "*Regexp matching prompts for passwords in the inferior process. This is used by `comint-watch-for-password-prompt'.")