Variable: wdired-confirm-overwrite

wdired-confirm-overwrite is a customizable variable defined in wdired.el.gz.

Value

t

Documentation

If nil the renames can overwrite files without asking.

This variable has no effect at all if wdired-use-interactive-rename is not nil.

Source Code

;; Defined in /usr/src/emacs/lisp/wdired.el.gz
(defcustom wdired-confirm-overwrite t
  "If nil the renames can overwrite files without asking.
This variable has no effect at all if `wdired-use-interactive-rename'
is not nil."
  :type 'boolean)