aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2016-08-10 12:09:12 +0200
committerMichael Albinus2016-08-10 12:09:12 +0200
commit5115743b672ed71d704a3afaac8b9bb2e4f09dd7 (patch)
tree23d1489b2db035d54c6198825a474ac3f0e6e42f
parent538d5916c1d402539846214ecca167cd6b9dc3ee (diff)
downloademacs-5115743b672ed71d704a3afaac8b9bb2e4f09dd7.tar.gz
emacs-5115743b672ed71d704a3afaac8b9bb2e4f09dd7.zip
* lisp/comint.el (comint-password-prompt-regexp): Add "PEM" for OpenVPN.
(Bug#24059)
-rw-r--r--lisp/comint.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/comint.el b/lisp/comint.el
index 88fc0b2d197..863374d944c 100644
--- a/lisp/comint.el
+++ b/lisp/comint.el
@@ -345,7 +345,8 @@ This variable is buffer-local."
345 (regexp-opt 345 (regexp-opt
346 '("Enter" "enter" "Enter same" "enter same" "Enter the" "enter the" 346 '("Enter" "enter" "Enter same" "enter same" "Enter the" "enter the"
347 "Old" "old" "New" "new" "'s" "login" 347 "Old" "old" "New" "new" "'s" "login"
348 "Kerberos" "CVS" "UNIX" " SMB" "LDAP" "[sudo]" "Repeat" "Bad" "Retype") 348 "Kerberos" "CVS" "UNIX" " SMB" "LDAP" "PEM"
349 "[sudo]" "Repeat" "Bad" "Retype")
349 t) 350 t)
350 " +\\)" 351 " +\\)"
351 "\\(?:" (regexp-opt password-word-equivalents) "\\|Response\\)" 352 "\\(?:" (regexp-opt password-word-equivalents) "\\|Response\\)"