]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/comint.el (comint-password-prompt-regexp): Add SUDO. (Bug#24817)
authorGlenn Morris <rgm@gnu.org>
Thu, 23 Feb 2017 22:12:49 +0000 (17:12 -0500)
committerGlenn Morris <rgm@gnu.org>
Thu, 23 Feb 2017 22:12:49 +0000 (17:12 -0500)
lisp/comint.el

index 830f4ca88f9c9d366286022916bfaef5133c8044..7bac30598f4278c634ca3862720c3fc5f246c723 100644 (file)
@@ -356,7 +356,7 @@ This variable is buffer-local."
    (regexp-opt
     '("Enter" "enter" "Enter same" "enter same" "Enter the" "enter the"
       "Old" "old" "New" "new" "'s" "login"
-      "Kerberos" "CVS" "UNIX" " SMB" "LDAP" "PEM"
+      "Kerberos" "CVS" "UNIX" " SMB" "LDAP" "PEM" "SUDO"
       "[sudo]" "Repeat" "Bad" "Retype")
     t)
    " +\\)"