changeset 93778:e771e6c269d3

Fix last fix.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 06 Apr 2008 20:37:01 +0000
parents 093881510254
children 089c13c26a10
files lisp/dired.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/dired.el	Sun Apr 06 20:34:11 2008 +0000
+++ b/lisp/dired.el	Sun Apr 06 20:37:01 2008 +0000
@@ -3311,7 +3311,9 @@
 			(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)