aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorKim F. Storm2002-09-07 22:50:58 +0000
committerKim F. Storm2002-09-07 22:50:58 +0000
commit177aef40f08c8fef9dd8fb9005a4f5745e519713 (patch)
tree6476afa9098fd5b3649b09b3d20e02adb314dc73 /lisp/ChangeLog
parent125c1081478a4eed885b8bdcb6b172408a76a9b3 (diff)
downloademacs-177aef40f08c8fef9dd8fb9005a4f5745e519713.tar.gz
emacs-177aef40f08c8fef9dd8fb9005a4f5745e519713.zip
(read-quoted-char): Apply listify-key-sequence to vector
returned by this-single-command-raw-keys before appending it to unread-command-event.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9f8cb476b30..bc3d7dad03d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12002-09-08 Kim F. Storm <storm@cua.dk>
2
3 * subr.el (read-quoted-char): Apply listify-key-sequence to vector
4 returned by this-single-command-raw-keys before appending it to
5 unread-command-event.
6
12002-09-07 Colin Walters <walters@debian.org> 72002-09-07 Colin Walters <walters@debian.org>
2 8
3 * progmodes/compile.el (compile-internal): Add optional argument 9 * progmodes/compile.el (compile-internal): Add optional argument