aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2017-02-23 17:12:49 -0500
committerGlenn Morris2017-02-23 17:12:49 -0500
commit581c4d1f1c2a6415ded31e03540b93b195056b96 (patch)
treec7912231cffa129c75d74d748a8a64a91b361146
parent16efea3a883ebf633946ee9b9d0681eb55437878 (diff)
downloademacs-581c4d1f1c2a6415ded31e03540b93b195056b96.tar.gz
emacs-581c4d1f1c2a6415ded31e03540b93b195056b96.zip
* lisp/comint.el (comint-password-prompt-regexp): Add SUDO. (Bug#24817)
-rw-r--r--lisp/comint.el2
1 files changed, 1 insertions, 1 deletions
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."
356 (regexp-opt 356 (regexp-opt
357 '("Enter" "enter" "Enter same" "enter same" "Enter the" "enter the" 357 '("Enter" "enter" "Enter same" "enter same" "Enter the" "enter the"
358 "Old" "old" "New" "new" "'s" "login" 358 "Old" "old" "New" "new" "'s" "login"
359 "Kerberos" "CVS" "UNIX" " SMB" "LDAP" "PEM" 359 "Kerberos" "CVS" "UNIX" " SMB" "LDAP" "PEM" "SUDO"
360 "[sudo]" "Repeat" "Bad" "Retype") 360 "[sudo]" "Repeat" "Bad" "Retype")
361 t) 361 t)
362 " +\\)" 362 " +\\)"