mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-18 01:46:44 +00:00
(comint-password-prompt-regexp): Accept "login password:"
This commit is contained in:
parent
908ec3ce2c
commit
3a320e54cf
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue