Variable: dired-create-files-failures
dired-create-files-failures is a variable defined in dired-aux.el.gz.
Value
nil
Documentation
Variable where dired-create-files records failing file names.
Functions that operate recursively can store additional names
into this list; they also should call dired-log to log the errors.
Source Code
;; Defined in /usr/src/emacs/lisp/dired-aux.el.gz
(defvar dired-create-files-failures nil
"Variable where `dired-create-files' records failing file names.
Functions that operate recursively can store additional names
into this list; they also should call `dired-log' to log the errors.")