]> git.eshelyaron.com Git - emacs.git/commitdiff
* subr.el (read-passwd): Use read-event instead of
authorChong Yidong <cyd@stupidchicken.com>
Sun, 16 Nov 2008 21:01:25 +0000 (21:01 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 16 Nov 2008 21:01:25 +0000 (21:01 +0000)
read-char-exclusive.

lisp/ChangeLog

index b123e4db7a6cba9959707852bb97c9bb6bbdcdf8..e8fc9aade1f67346fd838f4c7bbe6b538ea77393 100644 (file)
@@ -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.