diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fileio.c b/src/fileio.c index 7d20697b875..8696946eb8a 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* File IO for GNU Emacs. | 1 | /* File IO for GNU Emacs. |
| 2 | Copyright (C) 1985,86,87,88,93,94,95,96,97,98,99,2000,01,2003 | 2 | Copyright (C) 1985,86,87,88,93,94,95,96,97,98,99,2000,01,03,2004 |
| 3 | Free Software Foundation, Inc. | 3 | Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| @@ -2729,7 +2729,7 @@ This is what happens in interactive use with M-x. */) | |||
| 2729 | symlink_target = Ffile_symlink_p (file); | 2729 | symlink_target = Ffile_symlink_p (file); |
| 2730 | if (! NILP (symlink_target)) | 2730 | if (! NILP (symlink_target)) |
| 2731 | Fmake_symbolic_link (symlink_target, newname, | 2731 | Fmake_symbolic_link (symlink_target, newname, |
| 2732 | NILP (ok_if_already_exists) ? Qnil : Qt, Qt); | 2732 | NILP (ok_if_already_exists) ? Qnil : Qt); |
| 2733 | else | 2733 | else |
| 2734 | #endif | 2734 | #endif |
| 2735 | Fcopy_file (file, newname, | 2735 | Fcopy_file (file, newname, |