diff options
| -rw-r--r-- | lisp/net/tramp-fish.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp-fish.el b/lisp/net/tramp-fish.el index f3dfcc8f547..2377432bdea 100644 --- a/lisp/net/tramp-fish.el +++ b/lisp/net/tramp-fish.el | |||
| @@ -917,7 +917,7 @@ PRESERVE-UID-GID is completely ignored." | |||
| 917 | (when (and keep-date (functionp 'set-file-times)) | 917 | (when (and keep-date (functionp 'set-file-times)) |
| 918 | (set-file-times newname (nth 5 (file-attributes filename)))) | 918 | (set-file-times newname (nth 5 (file-attributes filename)))) |
| 919 | ;; Set the mode. | 919 | ;; Set the mode. |
| 920 | (set-file-modes newname (file-modes filename))) | 920 | (set-file-modes newname (tramp-default-file-modes filename))) |
| 921 | 921 | ||
| 922 | (defun tramp-fish-get-file-entries (vec localname list) | 922 | (defun tramp-fish-get-file-entries (vec localname list) |
| 923 | "Read entries returned by FISH server. | 923 | "Read entries returned by FISH server. |