Mercurial > emacs
comparison etc/NEWS @ 70515:9e3f440412e8
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sun, 07 May 2006 20:57:58 +0000 |
parents | f1d1775c6b28 |
children | c1933d4241b2 |
comparison
equal
deleted
inserted
replaced
70514:4b4be784a6c8 | 70515:9e3f440412e8 |
---|---|
3558 first one. | 3558 first one. |
3559 | 3559 |
3560 +++ | 3560 +++ |
3561 *** New function `add-to-history' adds an element to a history list. | 3561 *** New function `add-to-history' adds an element to a history list. |
3562 | 3562 |
3563 By default it removes duplicate elements from the history list it | |
3564 updates, but if `history-delete-duplicates' is nil or the function's | |
3565 optional argument KEEP-DUPS is non-nil, duplicate elements are not | |
3566 removed. | |
3567 | |
3568 Lisp packages should use this function to add elements to their | 3563 Lisp packages should use this function to add elements to their |
3569 history lists. | 3564 history lists. |
3565 | |
3566 If `history-delete-duplicates' is non-nil, it removes duplicates of | |
3567 the new element from the history list it updates. | |
3570 | 3568 |
3571 +++ | 3569 +++ |
3572 *** New function `rassq-delete-all'. | 3570 *** New function `rassq-delete-all'. |
3573 | 3571 |
3574 (rassq-delete-all VALUE ALIST) deletes, from ALIST, each element whose | 3572 (rassq-delete-all VALUE ALIST) deletes, from ALIST, each element whose |