From: Kim F. Storm Date: Sun, 22 Oct 2006 22:32:43 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~41 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cbfe778a8534e0f862d14391a8136d5211067913;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b92bf13b0c3..26884438cd9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2006-10-23 Kim F. Storm + + * 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 * textmodes/flyspell.el (flyspell-word): Skip past all previous diff --git a/src/ChangeLog b/src/ChangeLog index 2a10a65c71b..48fa6846b2f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2006-10-23 Kim F. Storm + + * 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) : Update doc. + 2006-10-21 Richard Stallman * minibuf.c (Vread_expression_map): Define here.