+2005-06-24 Juanma Barranquero <lekktu@gmail.com>
+
+ * fileio.c (Frename_file)[!DOS_NT]: Don't call chown on
+ MSDOS/Windows.
+
2005-06-23 Richard M. Stallman <rms@gnu.org>
* xdisp.c (get_next_display_element): Finish reversing the tests of
NILP (ok_if_already_exists) ? Qnil : Qt,
Qt, Qnil);
+#ifndef DOS_NT
/* Preserve owner and group, if possible (if we are root). */
if (stat (SDATA (encoded_file), &data) >= 0)
chown (SDATA (encoded_file), data.st_uid, data.st_gid);
+#endif
Fdelete_file (file);
}