mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-28 07:45:00 +00:00
*** empty log message ***
This commit is contained in:
parent
8bcba30da6
commit
ed7e6c32a8
8
etc/NEWS
8
etc/NEWS
@ -3560,14 +3560,12 @@ first one.
|
||||
+++
|
||||
*** New function `add-to-history' adds an element to a history list.
|
||||
|
||||
By default it removes duplicate elements from the history list it
|
||||
updates, but if `history-delete-duplicates' is nil or the function's
|
||||
optional argument KEEP-DUPS is non-nil, duplicate elements are not
|
||||
removed.
|
||||
|
||||
Lisp packages should use this function to add elements to their
|
||||
history lists.
|
||||
|
||||
If `history-delete-duplicates' is non-nil, it removes duplicates of
|
||||
the new element from the history list it updates.
|
||||
|
||||
+++
|
||||
*** New function `rassq-delete-all'.
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,8 @@
|
||||
2006-05-07 Kim F. Storm <storm@cua.dk>
|
||||
|
||||
* minibuf.texi (Minibuffer History): Remove keep-dups arg
|
||||
from add-to-history.
|
||||
|
||||
2006-05-07 Romain Francoise <romain@orebokech.com>
|
||||
|
||||
* commands.texi (Event Input Misc):
|
||||
|
Loading…
Reference in New Issue
Block a user