From: Richard M. Stallman Date: Wed, 2 Apr 1997 19:06:31 +0000 (+0000) Subject: (Fcopy_file): Fix error message. X-Git-Tag: emacs-20.1~2658 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d1b9ed63ea460326f8cad94e6a9a34055a79f803;p=emacs.git (Fcopy_file): Fix error message. --- 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