diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2010-06-11 10:39:54 -0400 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2010-06-11 10:39:54 -0400 |
commit | 6534e58a57f60d338491ca97db605cbb116f0c2f (patch) | |
tree | 63f39d89c5cdb563c67a5d8a2599c3371296ed87 /lisp/ChangeLog | |
parent | 84d9562f579e56ce7bdf9c14b37ab0fa1f596681 (diff) | |
download | emacs-6534e58a57f60d338491ca97db605cbb116f0c2f.tar.gz |
Fix for comint-password-prompt-regexp (Bug#6367).
* lisp/comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
(Bug#6367).
* comint-testsuite.el: New file.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9584d1ed753..d94489a20d9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2010-06-11 Chong Yidong <cyd@stupidchicken.com> + + * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change + (Bug#6367). + 2010-06-11 Stephen Eglen <stephen@gnu.org> * shell.el: Bind `shell-resync-dirs' to M-RET. |