From 71a00ac2df7df0bb82d4d7198bdb322f2ca4dc3c Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sun, 16 Nov 2008 21:01:25 +0000 Subject: [PATCH] * subr.el (read-passwd): Use read-event instead of read-char-exclusive. --- lisp/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) 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. -- 2.11.4.GIT