1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument

to copy-file.
This commit is contained in:
Chong Yidong 2006-05-26 15:21:21 +00:00
parent 795c20df7a
commit 920e95c0c3
2 changed files with 6 additions and 1 deletions

View 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