emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 1219207: Recognise "Verify password" as a password prompt


From: Lars Ingebrigtsen
Subject: master 1219207: Recognise "Verify password" as a password prompt
Date: Thu, 18 Mar 2021 01:11:25 -0400 (EDT)

branch: master
commit 1219207a82740fc6ac21f178cacbe30e6aff9e7b
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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).
---
 lisp/comint.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/comint.el b/lisp/comint.el
index 5c307fe..bb28db7 100644
--- a/lisp/comint.el
+++ b/lisp/comint.el
@@ -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).
    " +.*\\)"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]