Mercurial > emacs
changeset 72794:155fb0a17074
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 11 Sep 2006 02:25:00 +0000 |
parents | 954bc7af1cb8 |
children | 64e86769392f |
files | lisp/ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <rms@gnu.org> + * 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.