diff options
-rw-r--r-- | src/fileio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c index d9dde6c4a7e..0e04ef4a3d9 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -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 |