# HG changeset patch # User Richard M. Stallman # Date 1157941500 0 # Node ID 155fb0a17074941516290cf1fde1e4c0932bccf0 # Parent 954bc7af1cb805834d69f8b33ca7d6b86654255e *** empty log message *** diff -r 954bc7af1cb8 -r 155fb0a17074 lisp/ChangeLog --- a/lisp/ChangeLog Mon Sep 11 02:24:26 2006 +0000 +++ b/lisp/ChangeLog Mon Sep 11 02:25:00 2006 +0000 @@ -7,6 +7,15 @@ 2006-09-10 Richard Stallman + * dired-aux.el: Handle errors in recursive copy usefully. + (dired-create-files-failures): New variable. + (dired-copy-file): Remove condition-case. + (dired-copy-file-recursive): Check for errors on all file + operations, and add them to dired-create-files-failures. + Check file file-date-erorr here too. + (dired-create-files): Check dired-create-files-failures + and report those errors too. + * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient. * subr.el (add-to-list): New argument COMPARE-FN.