changeset 24471:cddc33d259d4

(comint-password-prompt-regexp): Accept "login password:"
author Karl Heuer <kwzh@gnu.org>
date Thu, 11 Mar 1999 22:56:58 +0000
parents 63f1b701ed00
children 30ee4bf65cb3
files lisp/comint.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/comint.el	Wed Mar 10 19:58:01 1999 +0000
+++ b/lisp/comint.el	Thu Mar 11 22:56:58 1999 +0000
@@ -277,9 +277,9 @@
   :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