mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
* lisp/comint.el (comint-password-prompt-regexp): Add SUDO. (Bug#24817)
This commit is contained in:
parent
16efea3a88
commit
581c4d1f1c
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
" +\\)"
|
||||
|
|
|
|||
Loading…
Reference in a new issue