]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/comint.el (comint-password-prompt-regexp): Add "PEM" for OpenVPN.
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 10 Aug 2016 10:09:12 +0000 (12:09 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 10 Aug 2016 10:09:12 +0000 (12:09 +0200)
(Bug#24059)

lisp/comint.el

index 88fc0b2d197e737536ab458e6eb769d6c74e01bd..863374d944c257003b98646fa7d6d2a98acf6c86 100644 (file)
@@ -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\\)"