emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/fileio.c


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/fileio.c
Date: Fri, 14 Mar 2003 00:13:58 -0500

Index: emacs/src/fileio.c
diff -c emacs/src/fileio.c:1.473 emacs/src/fileio.c:1.474
*** emacs/src/fileio.c:1.473    Fri Jan 31 10:23:32 2003
--- emacs/src/fileio.c  Fri Jan 31 20:22:05 2003
***************
*** 2405,2411 ****
                 SDATA (encoded_newname),
                 FALSE))
      report_file_error ("Copying file", Fcons (file, Fcons (newname, Qnil)));
!   else if (!NILP (keep_time))
      {
        EMACS_TIME now;
        DWORD attributes;
--- 2405,2412 ----
                 SDATA (encoded_newname),
                 FALSE))
      report_file_error ("Copying file", Fcons (file, Fcons (newname, Qnil)));
!   /* CopyFile retains the timestamp by default.  */
!   else if (NILP (keep_time))
      {
        EMACS_TIME now;
        DWORD attributes;




reply via email to

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