projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
538d591
)
* lisp/comint.el (comint-password-prompt-regexp): Add "PEM" for OpenVPN.
author
Michael Albinus
<michael.albinus@gmx.de>
Wed, 10 Aug 2016 10:09:12 +0000
(12:09 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Wed, 10 Aug 2016 10:09:12 +0000
(12:09 +0200)
(Bug#24059)
lisp/comint.el
patch
|
blob
|
history
diff --git
a/lisp/comint.el
b/lisp/comint.el
index 88fc0b2d197e737536ab458e6eb769d6c74e01bd..863374d944c257003b98646fa7d6d2a98acf6c86 100644
(file)
--- 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\\)"