diff lisp/ChangeLog @ 85505:bc97f31b2cf1

* files.el (backup-buffer-copy): Call `copy-file' with non-nil preserve-uid-gid. * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for compatibility. It is not used, though.
author Michael Albinus <michael.albinus@gmx.de>
date Sun, 21 Oct 2007 10:48:28 +0000
parents 59ee4068f60b
children 85ee0a16a86f
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Oct 21 07:53:45 2007 +0000
+++ b/lisp/ChangeLog	Sun Oct 21 10:48:28 2007 +0000
@@ -1,3 +1,11 @@
+2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
+
+	* files.el (backup-buffer-copy): Call `copy-file' with non-nil
+	preserve-uid-gid.
+
+	* net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
+	compatibility.  It is not used, though.
+
 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
 
 	* progmodes/gud.el (gud-target-name): Move definition before use.