1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00:00

*** empty log message ***

This commit is contained in:
Richard M. Stallman 2006-09-10 17:48:10 +00:00
parent 6b34950fad
commit bd5a7fe245
2 changed files with 6 additions and 2 deletions

View File

@ -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?)

View File

@ -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)