]> code.delx.au - gnu-emacs/blobdiff - src/fileio.c
Merge from emacs--devo--0
[gnu-emacs] / src / fileio.c
index 8b6f5ef1a84f4e53dc692fc9f80f121db51b59af..8155a6e981f02a0373d1b58689376e20ea530dc9 100644 (file)
@@ -2470,8 +2470,8 @@ uid and gid of FILE to NEWNAME.  */)
   if (NILP (handler))
     handler = Ffind_file_name_handler (newname, Qcopy_file);
   if (!NILP (handler))
-    RETURN_UNGCPRO (call5 (handler, Qcopy_file, file, newname,
-                          ok_if_already_exists, keep_time));
+    RETURN_UNGCPRO (call6 (handler, Qcopy_file, file, newname,
+                          ok_if_already_exists, keep_time, preserve_uid_gid));
 
   encoded_file = ENCODE_FILE (file);
   encoded_newname = ENCODE_FILE (newname);
@@ -4715,8 +4715,8 @@ variable `last-coding-system-used' to the coding system actually used.  */)
          int opoint_byte = PT_BYTE;
          int oinserted = ZV - BEGV;
          int ochars_modiff = CHARS_MODIFF;
-         
-         TEMP_SET_PT_BOTH (BEGV, BEGV_BYTE); 
+
+         TEMP_SET_PT_BOTH (BEGV, BEGV_BYTE);
          insval = call3 (Qformat_decode,
                          Qnil, make_number (oinserted), visit);
          CHECK_NUMBER (insval);
@@ -4752,7 +4752,7 @@ variable `last-coding-system-used' to the coding system actually used.  */)
              int opoint_byte = PT_BYTE;
              int oinserted = ZV - BEGV;
              int ochars_modiff = CHARS_MODIFF;
-             
+
              TEMP_SET_PT_BOTH (BEGV, BEGV_BYTE);
              insval = call1 (XCAR (p), make_number (oinserted));
              if (!NILP (insval))