From: Karl Heuer Date: Thu, 11 Mar 1999 22:56:58 +0000 (+0000) Subject: (comint-password-prompt-regexp): Accept "login password:" X-Git-Tag: emacs-20.4~478 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3a320e54cf9eeea338c5bbfe89902e4269e8b71c;p=emacs.git (comint-password-prompt-regexp): Accept "login password:" --- diff --git a/lisp/comint.el b/lisp/comint.el index deb00d45c14..16ef53abeeb 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -277,9 +277,9 @@ This variable is buffer-local." :type 'boolean :group 'comint) -;; AIX puts the name of the person being su'd to in from of the prompt. +;; AIX puts the name of the person being su'd to in front of the prompt. (defcustom comint-password-prompt-regexp - "\\(\\([Oo]ld \\|[Nn]ew \\|'s \\|^\\)[Pp]assword\\|pass phrase\\):\\s *\\'" + "\\(\\([Oo]ld \\|[Nn]ew \\|'s \\|login \\|^\\)[Pp]assword\\|pass phrase\\):\\s *\\'" "*Regexp matching prompts for passwords in the inferior process. This is used by `comint-watch-for-password-prompt'." :type 'regexp