*** empty log message ***

This commit is contained in:
Kim F. Storm 2006-10-22 22:32:43 +00:00
parent 96f4f7ecf1
commit cbfe778a85
2 changed files with 13 additions and 0 deletions

View 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

View 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.