mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Add "passwd" (change password) prompt to comint
* lisp/comint.el (comint-password-prompt-regexp): Add "passwd" (to change the password) first promp in Debian bullseye.
This commit is contained in:
parent
44dbc11ff7
commit
bec88ecc82
2 changed files with 2 additions and 0 deletions
|
|
@ -372,6 +372,7 @@ This variable is buffer-local."
|
|||
"\\(^ *\\|"
|
||||
(regexp-opt
|
||||
'("Enter" "enter" "Enter same" "enter same" "Enter the" "enter the"
|
||||
"Current"
|
||||
"Enter Auth" "enter auth" "Old" "old" "New" "new" "'s" "login"
|
||||
"Kerberos" "CVS" "UNIX" " SMB" "LDAP" "PEM" "SUDO"
|
||||
"[sudo]" "doas" "Repeat" "Bad" "Retype" "Verify")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue