Mercurial > emacs
changeset 99631:ba528e468910
* subr.el (read-passwd): Use read-event instead of
read-char-exclusive.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 16 Nov 2008 21:01:25 +0000 |
parents | c69e966c8062 |
children | 73ea1a22b6f4 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Nov 16 20:22:01 2008 +0000 +++ b/lisp/ChangeLog Sun Nov 16 21:01:25 2008 +0000 @@ -1,3 +1,8 @@ +2008-11-16 Chong Yidong <cyd@stupidchicken.com> + + * subr.el (read-passwd): Use read-event instead of + read-char-exclusive. + 2008-11-16 Stefan Monnier <monnier@iro.umontreal.ca> * ielm.el (ielm-eval-input): Fix thinko in last change.