changeset 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 d876c40c06dd
children 72943032cdc2
files lisp/ChangeLog lisp/files.el
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri May 26 15:18:28 2006 +0000
+++ b/lisp/ChangeLog	Fri May 26 15:21:21 2006 +0000
@@ -1,3 +1,8 @@
+2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
+
+	* files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
+	to copy-file.
+
 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
 
 	* simple.el (toggle-truncate-lines): Make arg optional for
--- 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