Recognise "Verify password" as a password prompt
* lisp/comint.el (comint-password-prompt-regexp): Also react to "Verify password" (output by "zip -e") (bug#47209).
This commit is contained in:
parent
60af754170
commit
1219207a82
1 changed files with 1 additions and 1 deletions
|
@ -372,7 +372,7 @@ This variable is buffer-local."
|
|||
'("Enter" "enter" "Enter same" "enter same" "Enter the" "enter the"
|
||||
"Enter Auth" "enter auth" "Old" "old" "New" "new" "'s" "login"
|
||||
"Kerberos" "CVS" "UNIX" " SMB" "LDAP" "PEM" "SUDO"
|
||||
"[sudo]" "doas" "Repeat" "Bad" "Retype")
|
||||
"[sudo]" "doas" "Repeat" "Bad" "Retype" "Verify")
|
||||
t)
|
||||
;; Allow for user name to precede password equivalent (Bug#31075).
|
||||
" +.*\\)"
|
||||
|
|
Loading…
Add table
Reference in a new issue