1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

* test/comint-testsuite.el

(comint-testsuite--test-comint-password-prompt-regexp):
Add "Please enter the password".  (Bug#7224)
This commit is contained in:
Glenn Morris 2010-10-23 12:51:14 -07:00
parent 914f049bea
commit 41f592d1b5
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2010-10-23 Glenn Morris <rgm@gnu.org>
* comint-testsuite.el
(comint-testsuite--test-comint-password-prompt-regexp): Add
"Please enter the password". (Bug#7224)
2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
* indent/prolog.prolog: Use normal spacing around !.

View File

@ -34,7 +34,8 @@
(interactive)
(let ((password-strings
'("foo@example.net's password: " ;ssh
"Password for foo@example.org: " ; knit
"Password for foo@example.org: " ; kinit
"Please enter the password for foo@example.org: " ; kinit
"Kerberos password for devnull/root <at> GNU.ORG: " ; ksu
"Enter passphrase: " ; ssh-add
"Enter passphrase (empty for no passphrase): " ; ssh-keygen