/[emacs]/emacs/src/fileio.c
ViewVC logotype

Diff of /emacs/src/fileio.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.414.4.9 by pot, Mon Jan 13 22:08:21 2003 UTC revision 1.414.4.10 by jasonr, Sat Feb 1 01:16:43 2003 UTC
# Line 2356  A prefix arg makes KEEP-TIME non-nil.") Line 2356  A prefix arg makes KEEP-TIME non-nil.")
2356                   XSTRING (encoded_newname)->data,                   XSTRING (encoded_newname)->data,
2357                   FALSE))                   FALSE))
2358      report_file_error ("Copying file", Fcons (file, Fcons (newname, Qnil)));      report_file_error ("Copying file", Fcons (file, Fcons (newname, Qnil)));
2359    else if (!NILP (keep_time))    /* CopyFile retains the timestamp by default.  */
2360      else if (NILP (keep_time))
2361      {      {
2362        EMACS_TIME now;        EMACS_TIME now;
2363        DWORD attributes;        DWORD attributes;

Legend:
Removed from v.1.414.4.9  
changed lines
  Added in v.1.414.4.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26