* lisp/comint.el (comint-password-prompt-regexp): Add SUDO. (Bug#24817)

This commit is contained in:
Glenn Morris 2017-02-23 17:12:49 -05:00
parent 16efea3a88
commit 581c4d1f1c

View file

@ -356,7 +356,7 @@ 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" "PEM"
"Kerberos" "CVS" "UNIX" " SMB" "LDAP" "PEM" "SUDO"
"[sudo]" "Repeat" "Bad" "Retype")
t)
" +\\)"