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: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/fileio.c
Date: Wed, 16 Oct 2002 11:58:22 -0400

Index: emacs/src/fileio.c
diff -c emacs/src/fileio.c:1.462 emacs/src/fileio.c:1.463
*** emacs/src/fileio.c:1.462    Sat Oct 12 18:08:20 2002
--- emacs/src/fileio.c  Wed Oct 16 11:56:15 2002
***************
*** 2417,2423 ****
                 SDATA (encoded_newname), 
                 FALSE))
      report_file_error ("Copying file", Fcons (file, Fcons (newname, Qnil)));
!   else if (NILP (keep_time))
      {
        EMACS_TIME now;
        DWORD attributes;
--- 2417,2423 ----
                 SDATA (encoded_newname), 
                 FALSE))
      report_file_error ("Copying file", Fcons (file, Fcons (newname, Qnil)));
!   else if (!NILP (keep_time))
      {
        EMACS_TIME now;
        DWORD attributes;




reply via email to

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