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:
parent
538d5916c1
commit
5115743b67
1 changed files with 2 additions and 1 deletions
|
|
@ -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\\)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue