]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Sun, 22 Oct 2006 22:32:43 +0000 (22:32 +0000)
committerKim F. Storm <storm@cua.dk>
Sun, 22 Oct 2006 22:32:43 +0000 (22:32 +0000)
lisp/ChangeLog
src/ChangeLog

index b92bf13b0c381057c3917329f80bd80c18cb7191..26884438cd9a89121a667572170d1398befac500 100644 (file)
@@ -1,3 +1,10 @@
+2006-10-23  Kim F. Storm  <storm@cua.dk>
+
+       * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
+       (sit-for): If last command was a prefix arg, add the read-ahead
+       event to unread-command-events as (t . EVENT) so it will be added
+       to this-command-keys by read-key-sequence.
+
 2006-10-22  martin rudalics  <rudalics@gmx.at>
 
        * textmodes/flyspell.el (flyspell-word): Skip past all previous
index 2a10a65c71b420071d1b14ef39f2c0e1e43a4117..48fa6846b2ff481a1bbf3af5e7e0ab76b5b9cfdb 100644 (file)
@@ -1,3 +1,9 @@
+2006-10-23  Kim F. Storm  <storm@cua.dk>
+
+       * keyboard.c (read_char): Make an element (t . EVENT) in
+       unread-command-events add EVENT to the current command's key sequence.
+       (syms_of_keyboard) <unread-command-events>: Update doc.
+
 2006-10-21  Richard Stallman  <rms@gnu.org>
 
        * minibuf.c (Vread_expression_map): Define here.