diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/files.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el index 0c30d40c13b..f0a1f2380d9 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -5564,7 +5564,7 @@ into NEWNAME instead." | |||
| 5564 | (filetype (car (file-attributes file)))) | 5564 | (filetype (car (file-attributes file)))) |
| 5565 | (cond | 5565 | (cond |
| 5566 | ((eq filetype t) ; Directory but not a symlink. | 5566 | ((eq filetype t) ; Directory but not a symlink. |
| 5567 | (copy-directory file newname keep-time parents)) | 5567 | (copy-directory file target keep-time parents t)) |
| 5568 | ((stringp filetype) ; Symbolic link | 5568 | ((stringp filetype) ; Symbolic link |
| 5569 | (make-symbolic-link filetype target t)) | 5569 | (make-symbolic-link filetype target t)) |
| 5570 | ((copy-file file target t keep-time))))) | 5570 | ((copy-file file target t keep-time))))) |