comparison lisp/ChangeLog @ 70515:9e3f440412e8

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Sun, 07 May 2006 20:57:58 +0000
parents 53adfd470fe4
children 5bc992d7ffd3
comparison
equal deleted inserted replaced
70514:4b4be784a6c8 70515:9e3f440412e8
1 2006-05-07 Kim F. Storm <storm@cua.dk>
2
3 * subr.el (add-to-history): Remove keep-dups arg.
4
5 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
6 to nil around call to add-to-history.
7
1 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca> 8 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2 9
3 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather 10 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
4 than after a buffer modification. 11 than after a buffer modification.
5 12