; * lisp/net/tramp.el (tramp-skeleton-write-region): Fix last change.
This commit is contained in:
parent
3eff53b456
commit
fdab7aaada
1 changed files with 1 additions and 1 deletions
|
@ -3781,7 +3781,7 @@ BODY is the backend specific code."
|
|||
;; likely that it is needed shortly after `write-region'.
|
||||
(tramp-set-file-property v localname "file-exists-p" t)
|
||||
|
||||
(let ((need-chown t))
|
||||
(let (last-coding-system-used (need-chown t))
|
||||
;; Set file modification time.
|
||||
(when (or (eq ,visit t) (stringp ,visit))
|
||||
(when-let ((file-attr (file-attributes filename 'integer)))
|
||||
|
|
Loading…
Add table
Reference in a new issue