X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/01030eed9395f5004e7d0721394697d1ca90cc2f..e68fe57c52a815a4289380a8bdd3eaa1b7e6dc88:/lisp/net/tramp-gvfs.el diff --git a/lisp/net/tramp-gvfs.el b/lisp/net/tramp-gvfs.el index ac390e5d5a..0e874d6c58 100644 --- a/lisp/net/tramp-gvfs.el +++ b/lisp/net/tramp-gvfs.el @@ -680,7 +680,7 @@ file names." 'tramp-gvfs-send-command v gvfs-operation (append (and (eq op 'copy) (or keep-date preserve-uid-gid) - (list "--preserve")) + '("--preserve")) (list (tramp-gvfs-url-file-name filename) (tramp-gvfs-url-file-name newname))))