]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/net/tramp.el (tramp-skeleton-write-region): Fix last change.
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 14 Aug 2023 07:42:43 +0000 (09:42 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 14 Aug 2023 07:42:43 +0000 (09:42 +0200)
lisp/net/tramp.el

index caa6baabc3101c19f4bbe0b2515b90f2dbdce4a5..d10f93b34b2524ae2a65f678e39dfa0d88dee1a4 100644 (file)
@@ -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)))