From: Michael Albinus Date: Wed, 10 Aug 2016 10:09:12 +0000 (+0200) Subject: * lisp/comint.el (comint-password-prompt-regexp): Add "PEM" for OpenVPN. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~21^2~2780 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5115743b672ed71d704a3afaac8b9bb2e4f09dd7;p=emacs.git * lisp/comint.el (comint-password-prompt-regexp): Add "PEM" for OpenVPN. (Bug#24059) --- 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." (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\\)"