diff options
author | Kim F. Storm <storm@cua.dk> | 2006-05-07 20:57:58 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2006-05-07 20:57:58 +0000 |
commit | ed7e6c32a8c9a60540578634e35949d22e426bc8 (patch) | |
tree | bb25b72c8eedbd9faa447e94fe9853a1f097845c /lisp | |
parent | 8bcba30da6cd6ef103dfb6fc996844f177b661c3 (diff) | |
download | emacs-ed7e6c32a8c9a60540578634e35949d22e426bc8.tar.gz emacs-ed7e6c32a8c9a60540578634e35949d22e426bc8.tar.bz2 emacs-ed7e6c32a8c9a60540578634e35949d22e426bc8.zip |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a068c47035d..4d6708c8a35 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2006-05-07 Kim F. Storm <storm@cua.dk> + + * subr.el (add-to-history): Remove keep-dups arg. + + * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates + to nil around call to add-to-history. + 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca> * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather |