emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/files.el


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/files.el
Date: Fri, 26 May 2006 15:21:22 +0000

Index: emacs/lisp/files.el
diff -u emacs/lisp/files.el:1.837 emacs/lisp/files.el:1.838
--- emacs/lisp/files.el:1.837   Wed May 17 22:54:35 2006
+++ emacs/lisp/files.el Fri May 26 15:21:21 2006
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]