diff options
author | Kim F. Storm <storm@cua.dk> | 2006-10-22 22:32:43 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2006-10-22 22:32:43 +0000 |
commit | cbfe778a8534e0f862d14391a8136d5211067913 (patch) | |
tree | 1e34b11c2e047bbf7271bb27f6b5ff345b3bc4c9 /lisp/ChangeLog | |
parent | 96f4f7ecf189de0869289480e5915a6124b61b03 (diff) | |
download | emacs-cbfe778a8534e0f862d14391a8136d5211067913.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
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 <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 |