From: Glenn Morris Date: Thu, 23 Feb 2017 22:12:49 +0000 (-0500) Subject: * lisp/comint.el (comint-password-prompt-regexp): Add SUDO. (Bug#24817) X-Git-Tag: emacs-26.0.90~728 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=581c4d1f1c2a6415ded31e03540b93b195056b96;p=emacs.git * lisp/comint.el (comint-password-prompt-regexp): Add SUDO. (Bug#24817) --- diff --git a/lisp/comint.el b/lisp/comint.el index 830f4ca88f9..7bac30598f4 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -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) " +\\)"