Mercurial > emacs
changeset 72786:ac14644e0699
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 10 Sep 2006 17:48:10 +0000 |
parents | a384943e84d7 |
children | 9341c5fc53d9 |
files | admin/FOR-RELEASE lisp/ChangeLog |
diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/admin/FOR-RELEASE Sun Sep 10 17:47:39 2006 +0000 +++ b/admin/FOR-RELEASE Sun Sep 10 17:48:10 2006 +0000 @@ -53,8 +53,6 @@ ** Field handling in C-n. -** Make pushnew avoid use of cl functions. - ** C-g fails to interrupt accept-process-output in Gnus. (Is that fixed?)
--- a/lisp/ChangeLog Sun Sep 10 17:47:39 2006 +0000 +++ b/lisp/ChangeLog Sun Sep 10 17:48:10 2006 +0000 @@ -1,3 +1,9 @@ +2006-09-10 Richard Stallman <rms@gnu.org> + + * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient. + + * subr.el (add-to-list): New argument COMPARE-FN. + 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de> * filecache.el (file-cache-add-directory)