aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2023-08-14 09:42:43 +0200
committerMichael Albinus2023-08-14 09:42:43 +0200
commitfdab7aaadacaaddef2733a9dae0dea643feb7481 (patch)
treed949c6f73751db64c97285b550c9794e84a03c9e
parent3eff53b4564ba7633807d67708dc9337765db259 (diff)
downloademacs-fdab7aaadacaaddef2733a9dae0dea643feb7481.tar.gz
emacs-fdab7aaadacaaddef2733a9dae0dea643feb7481.zip
; * lisp/net/tramp.el (tramp-skeleton-write-region): Fix last change.
-rw-r--r--lisp/net/tramp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index caa6baabc31..d10f93b34b2 100644
--- a/lisp/net/tramp.el
+++ b/lisp/net/tramp.el
@@ -3781,7 +3781,7 @@ BODY is the backend specific code."
3781 ;; likely that it is needed shortly after `write-region'. 3781 ;; likely that it is needed shortly after `write-region'.
3782 (tramp-set-file-property v localname "file-exists-p" t) 3782 (tramp-set-file-property v localname "file-exists-p" t)
3783 3783
3784 (let ((need-chown t)) 3784 (let (last-coding-system-used (need-chown t))
3785 ;; Set file modification time. 3785 ;; Set file modification time.
3786 (when (or (eq ,visit t) (stringp ,visit)) 3786 (when (or (eq ,visit t) (stringp ,visit))
3787 (when-let ((file-attr (file-attributes filename 'integer))) 3787 (when-let ((file-attr (file-attributes filename 'integer)))