Mercurial > emacs
changeset 17287:b1cb0037ecec
(Fcopy_file): Fix error message.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 02 Apr 1997 19:06:31 +0000 |
parents | 4ee0f02eff87 |
children | 1ea863f636cf |
files | src/fileio.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fileio.c Wed Apr 02 06:12:48 1997 +0000 +++ b/src/fileio.c Wed Apr 02 19:06:31 1997 +0000 @@ -2130,7 +2130,7 @@ 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