Mercurial > emacs
changeset 73464:e3fbddada23e
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sun, 22 Oct 2006 22:32:43 +0000 |
parents | 346f9b4afa15 |
children | 03050ee24abc |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Oct 22 22:25:03 2006 +0000 +++ b/lisp/ChangeLog Sun Oct 22 22:32:43 2006 +0000 @@ -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
--- a/src/ChangeLog Sun Oct 22 22:25:03 2006 +0000 +++ b/src/ChangeLog Sun Oct 22 22:32:43 2006 +0000 @@ -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.