1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-18 18:05:07 +00:00

Fix last fix.

This commit is contained in:
Chong Yidong 2008-04-06 20:37:01 +00:00
parent 7e27df5fd6
commit 4dedde3c4c

View File

@ -3311,7 +3311,9 @@ Ask means pop up a menu for the user to select one of copy, move or link."
(rename-file to backup-file 0)
(dired-relist-entry backup-file))
(dired-copy-file from to overwrite)))
(t (dired-copy-file from to nil)))
(t
(let (dired-overwrite-confirmed)
(dired-copy-file from to nil))))
(dired-relist-entry to)
action)
((eq action 'move)