aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/comint.el4
1 files changed, 2 insertions, 2 deletions
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."
277 :type 'boolean 277 :type 'boolean
278 :group 'comint) 278 :group 'comint)
279 279
280;; AIX puts the name of the person being su'd to in from of the prompt. 280;; AIX puts the name of the person being su'd to in front of the prompt.
281(defcustom comint-password-prompt-regexp 281(defcustom comint-password-prompt-regexp
282 "\\(\\([Oo]ld \\|[Nn]ew \\|'s \\|^\\)[Pp]assword\\|pass phrase\\):\\s *\\'" 282 "\\(\\([Oo]ld \\|[Nn]ew \\|'s \\|login \\|^\\)[Pp]assword\\|pass phrase\\):\\s *\\'"
283 "*Regexp matching prompts for passwords in the inferior process. 283 "*Regexp matching prompts for passwords in the inferior process.
284This is used by `comint-watch-for-password-prompt'." 284This is used by `comint-watch-for-password-prompt'."
285 :type 'regexp 285 :type 'regexp