1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-27 10:21:14 -08:00

(dired-overwrite-confirmed): Undo last change.

This commit is contained in:
Chong Yidong 2008-04-06 21:05:17 +00:00
parent 3b1b11e968
commit 9a628d95f3

View file

@ -1129,7 +1129,10 @@ Special value `always' suppresses confirmation."
(other :tag "ask" t))
:group 'dired)
(defvar dired-overwrite-confirmed nil)
;; This is a fluid var used in dired-handle-overwrite. It should be
;; let-bound whenever dired-copy-file etc are called. See
;; dired-create-files for an example.
(defvar dired-overwrite-confirmed)
(defun dired-handle-overwrite (to)
;; Save old version of file TO that is to be overwritten.