emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 5115743 1/2: * lisp/comint.el (comint-password-prom


From: Michael Albinus
Subject: [Emacs-diffs] master 5115743 1/2: * lisp/comint.el (comint-password-prompt-regexp): Add "PEM" for OpenVPN.
Date: Wed, 10 Aug 2016 10:10:36 +0000 (UTC)

branch: master
commit 5115743b672ed71d704a3afaac8b9bb2e4f09dd7
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    * lisp/comint.el (comint-password-prompt-regexp): Add "PEM" for OpenVPN.
    
    (Bug#24059)
---
 lisp/comint.el |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/comint.el b/lisp/comint.el
index 88fc0b2..863374d 100644
--- a/lisp/comint.el
+++ b/lisp/comint.el
@@ -345,7 +345,8 @@ 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" "[sudo]" "Repeat" "Bad" "Retype")
+      "Kerberos" "CVS" "UNIX" " SMB" "LDAP" "PEM"
+      "[sudo]" "Repeat" "Bad" "Retype")
     t)
    " +\\)"
    "\\(?:" (regexp-opt password-word-equivalents) "\\|Response\\)"



reply via email to

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