diff options
| author | Richard M. Stallman | 1997-04-02 19:06:31 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-04-02 19:06:31 +0000 |
| commit | d1b9ed63ea460326f8cad94e6a9a34055a79f803 (patch) | |
| tree | 47e52bb4e8edc117fa853fd4b3c1dc1b89af28b8 /src | |
| parent | d4b8687bfa37a4af8f1075004961b29f46f19447 (diff) | |
| download | emacs-d1b9ed63ea460326f8cad94e6a9a34055a79f803.tar.gz emacs-d1b9ed63ea460326f8cad94e6a9a34055a79f803.zip | |
(Fcopy_file): Fix error message.
Diffstat (limited to 'src')
| -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.") | |||
| 2130 | EMACS_SET_SECS_USECS (mtime, st.st_mtime, 0); | 2130 | EMACS_SET_SECS_USECS (mtime, st.st_mtime, 0); |
| 2131 | if (set_file_times (XSTRING (newname)->data, atime, mtime)) | 2131 | if (set_file_times (XSTRING (newname)->data, atime, mtime)) |
| 2132 | Fsignal (Qfile_date_error, | 2132 | Fsignal (Qfile_date_error, |
| 2133 | Fcons (build_string ("File already exists"), | 2133 | Fcons (build_string ("Cannot set file date"), |
| 2134 | Fcons (newname, Qnil))); | 2134 | Fcons (newname, Qnil))); |
| 2135 | } | 2135 | } |
| 2136 | #ifndef MSDOS | 2136 | #ifndef MSDOS |