changeset 47896:2a844a827c29

(Fcopy_file): Fix backward test of KEEP_TIME.
author Richard M. Stallman <rms@gnu.org>
date Wed, 16 Oct 2002 15:56:15 +0000
parents 3ec83d27c2b2
children 09b7f3dff328
files src/fileio.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/fileio.c	Wed Oct 16 04:45:22 2002 +0000
+++ b/src/fileio.c	Wed Oct 16 15:56:15 2002 +0000
@@ -2417,7 +2417,7 @@
 		 SDATA (encoded_newname), 
 		 FALSE))
     report_file_error ("Copying file", Fcons (file, Fcons (newname, Qnil)));
-  else if (NILP (keep_time))
+  else if (!NILP (keep_time))
     {
       EMACS_TIME now;
       DWORD attributes;