emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 581c4d1: * lisp/comint.el (comint-password-prompt-r


From: Glenn Morris
Subject: [Emacs-diffs] master 581c4d1: * lisp/comint.el (comint-password-prompt-regexp): Add SUDO. (Bug#24817)
Date: Thu, 23 Feb 2017 17:13:20 -0500 (EST)

branch: master
commit 581c4d1f1c2a6415ded31e03540b93b195056b96
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * lisp/comint.el (comint-password-prompt-regexp): Add SUDO. (Bug#24817)
---
 lisp/comint.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/comint.el b/lisp/comint.el
index 830f4ca..7bac305 100644
--- a/lisp/comint.el
+++ b/lisp/comint.el
@@ -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)
    " +\\)"



reply via email to

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