Variable: wdired-use-interactive-rename
wdired-use-interactive-rename is a customizable variable defined in
wdired.el.gz.
Value
nil
Documentation
If non-nil, WDired requires confirmation before actually renaming files.
If nil, WDired doesn't require confirmation to change the file names,
and the variable wdired-confirm-overwrite controls whether it is ok
to overwrite files without asking.
Source Code
;; Defined in /usr/src/emacs/lisp/wdired.el.gz
(defcustom wdired-use-interactive-rename nil
"If non-nil, WDired requires confirmation before actually renaming files.
If nil, WDired doesn't require confirmation to change the file names,
and the variable `wdired-confirm-overwrite' controls whether it is ok
to overwrite files without asking."
:type 'boolean)