diff lisp/files.el @ 70961:ec18670c9aae

* files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument to copy-file.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 26 May 2006 15:21:21 +0000
parents 3279e0cf893a
children ae67d314ac22
line wrap: on
line diff
--- a/lisp/files.el	Fri May 26 15:18:28 2006 +0000
+++ b/lisp/files.el	Fri May 26 15:21:21 2006 +0000
@@ -2994,7 +2994,7 @@
 		       (condition-case nil
 			   (delete-file to-name)
 			 (file-error nil))
-		       (copy-file from-name to-name t t 'excl)
+		       (copy-file from-name to-name nil t)
 		       nil)
 		   (file-already-exists t))
 	    ;; The file was somehow created by someone else between