From d1b9ed63ea460326f8cad94e6a9a34055a79f803 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 2 Apr 1997 19:06:31 +0000 Subject: [PATCH] (Fcopy_file): Fix error message. --- src/fileio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2