From: Richard M. Stallman Date: Sun, 10 Sep 2006 17:48:10 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~637 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bd5a7fe245d235fe1f2e2c00fd65082d12ff2c6b;p=emacs.git *** empty log message *** --- diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 7402d514104..a05aaea18a8 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -53,8 +53,6 @@ Windows only bug. ** 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?) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e09e492ad50..2321ba0bb59 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2006-09-10 Richard Stallman + + * 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 * filecache.el (file-cache-add-directory)