mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(comint-password-prompt-regexp): Fix last change to be more specific.
This commit is contained in:
parent
aadf7ff324
commit
db4a79ae0b
1 changed files with 2 additions and 1 deletions
|
|
@ -280,7 +280,8 @@ This variable is buffer-local."
|
|||
;; AIX puts the name of the person being su'd to in front of the prompt.
|
||||
;; kinit prints a prompt like `Password for devnull@GNU.ORG: '.
|
||||
(defcustom comint-password-prompt-regexp
|
||||
"\\(\\([Oo]ld \\|[Nn]ew \\|'s \\|login \\|^\\)[Pp]assword\\|pass phrase\\).*:\\s *\\'"
|
||||
"\\(\\([Oo]ld \\|[Nn]ew \\|'s \\|login \\|^\\)[Pp]assword\\|pass phrase\\)\
|
||||
\\( for [^@ \t\n]+@[^@ \t\n]+\\)?:\\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