+2003-02-01 Jason Rumney <jasonr@gnu.org>
+
+ * fileio.c (Fcopy_file) [WINDOWS_NT]: Reverse logic for setting
+ timestamp.
+
2003-01-30 Harald Maier <Harald.Maier.BW@t-online.de> (tiny change)
* w32heap.c: Don't redefine _heap_init and _heap_term on MSVC 7 build
XSTRING (encoded_newname)->data,
FALSE))
report_file_error ("Copying file", Fcons (file, Fcons (newname, Qnil)));
- else if (!NILP (keep_time))
+ /* CopyFile retains the timestamp by default. */
+ else if (NILP (keep_time))
{
EMACS_TIME now;
DWORD attributes;