]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fcopy_file): Fix error message.
authorRichard M. Stallman <rms@gnu.org>
Wed, 2 Apr 1997 19:06:31 +0000 (19:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 2 Apr 1997 19:06:31 +0000 (19:06 +0000)
src/fileio.c

index d9dde6c4a7e31094e8765c9ce1acec0ecc9e7c7f..0e04ef4a3d9ed778d46db29d9d0969f150c772f3 100644 (file)
@@ -2130,7 +2130,7 @@ A prefix arg makes KEEP-TIME non-nil.")
          EMACS_SET_SECS_USECS (mtime, st.st_mtime, 0);
          if (set_file_times (XSTRING (newname)->data, atime, mtime))
            Fsignal (Qfile_date_error,
-                    Fcons (build_string ("File already exists"),
+                    Fcons (build_string ("Cannot set file date"),
                            Fcons (newname, Qnil)));
        }
 #ifndef MSDOS