1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

* lisp/comint.el (comint-password-prompt-regexp): Add "PEM" for OpenVPN.

(Bug#24059)
This commit is contained in:
Michael Albinus 2016-08-10 12:09:12 +02:00
parent 538d5916c1
commit 5115743b67

View 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\\)"