modes mandatory. (Bug#3712)
+2009-06-29 Michael Albinus <michael.albinus@gmx.de>
+
+ * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
+ modes mandatory. (Bug#3712)
+
2009-06-28 Glenn Morris <rgm@gnu.org>
* autorevert.el (global-auto-revert-non-file-buffers)
(error)))))))))
;; Set the time and mode. Mask possible errors.
- ;; Won't be applied for 'rename.
(condition-case nil
- (when (and keep-date (not preserve-uid-gid))
+ (when keep-date
(set-file-times newname (nth 5 (file-attributes filename)))
(set-file-modes newname (tramp-default-file-modes filename)))
(error)))))