aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fileio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 9f6de5b6ca7..e557483ac4a 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -2297,7 +2297,7 @@ This is what happens in interactive use with M-x. */)
2297 rename_errno = errno; 2297 rename_errno = errno;
2298 switch (rename_errno) 2298 switch (rename_errno)
2299 { 2299 {
2300 case EEXIST: case EINVAL: case ENOSYS: 2300 case EEXIST: case EINVAL: case ENOSYS: case ENOTSUP:
2301 barf_or_query_if_file_exists (newname, rename_errno == EEXIST, 2301 barf_or_query_if_file_exists (newname, rename_errno == EEXIST,
2302 "rename to it", 2302 "rename to it",
2303 INTEGERP (ok_if_already_exists), 2303 INTEGERP (ok_if_already_exists),