]> code.delx.au - gnu-emacs/commitdiff
* files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
authorChong Yidong <cyd@stupidchicken.com>
Fri, 26 May 2006 15:21:21 +0000 (15:21 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 26 May 2006 15:21:21 +0000 (15:21 +0000)
to copy-file.

lisp/ChangeLog
lisp/files.el

index 7ebc95ccfd6551e1094abce59c360aa84489f053..94cffb889ddb12063787be395e44d5645c3aadfe 100644 (file)
@@ -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
index 2eaeae5ac8667cb108f50b00d0fe3a7688a79300..8ecd57a4d24dadf42bc3de89f0f9d849ad3b8382 100644 (file)
@@ -2994,7 +2994,7 @@ BACKUPNAME is the backup file name, which is the old file renamed."
                       (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