diff options
Diffstat (limited to 'src/fileio.c')
| -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 e57bf46015c..b7df38c8570 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -2296,7 +2296,7 @@ This is what happens in interactive use with M-x. */) | |||
| 2296 | bool plain_rename = (case_only_rename | 2296 | bool plain_rename = (case_only_rename |
| 2297 | || (!NILP (ok_if_already_exists) | 2297 | || (!NILP (ok_if_already_exists) |
| 2298 | && !INTEGERP (ok_if_already_exists))); | 2298 | && !INTEGERP (ok_if_already_exists))); |
| 2299 | int rename_errno; | 2299 | int rename_errno UNINIT; |
| 2300 | if (!plain_rename) | 2300 | if (!plain_rename) |
| 2301 | { | 2301 | { |
| 2302 | if (renameat_noreplace (AT_FDCWD, SSDATA (encoded_file), | 2302 | if (renameat_noreplace (AT_FDCWD, SSDATA (encoded_file), |