diff lisp/ChangeLog @ 105681:fac384c9a868

(read-key-delay): Reduce to 0.01. (read-key): Use read-key-sequence-vector to avoid turning M-t into 244 (bug#4751).
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 20 Oct 2009 01:29:17 +0000
parents 6a84af00a480
children ed970ee2fe76
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Oct 19 23:21:04 2009 +0000
+++ b/lisp/ChangeLog	Tue Oct 20 01:29:17 2009 +0000
@@ -1,3 +1,9 @@
+2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* subr.el (read-key-delay): Reduce to 0.01.
+	(read-key): Use read-key-sequence-vector to avoid turning M-t into 244
+	(bug#4751).
+
 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.