emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 fdab7aaadac: ; * lisp/net/tramp.el (tramp-skeleton-write-region


From: Michael Albinus
Subject: emacs-29 fdab7aaadac: ; * lisp/net/tramp.el (tramp-skeleton-write-region): Fix last change.
Date: Mon, 14 Aug 2023 03:42:54 -0400 (EDT)

branch: emacs-29
commit fdab7aaadacaaddef2733a9dae0dea643feb7481
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    ; * lisp/net/tramp.el (tramp-skeleton-write-region): Fix last change.
---
 lisp/net/tramp.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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."
           ;; 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]