From: Chong Yidong Date: Sun, 16 Nov 2008 21:01:25 +0000 (+0000) Subject: * subr.el (read-passwd): Use read-event instead of X-Git-Tag: emacs-pretest-23.0.90~1771 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=71a00ac2df7df0bb82d4d7198bdb322f2ca4dc3c;p=emacs.git * subr.el (read-passwd): Use read-event instead of read-char-exclusive. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b123e4db7a6..e8fc9aade1f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2008-11-16 Chong Yidong + + * subr.el (read-passwd): Use read-event instead of + read-char-exclusive. + 2008-11-16 Stefan Monnier * ielm.el (ielm-eval-input): Fix thinko in last change.