projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3eff53b
)
; * lisp/net/tramp.el (tramp-skeleton-write-region): Fix last change.
author
Michael Albinus
<michael.albinus@gmx.de>
Mon, 14 Aug 2023 07:42:43 +0000
(09:42 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Mon, 14 Aug 2023 07:42:43 +0000
(09:42 +0200)
lisp/net/tramp.el
patch
|
blob
|
history
diff --git
a/lisp/net/tramp.el
b/lisp/net/tramp.el
index caa6baabc3101c19f4bbe0b2515b90f2dbdce4a5..d10f93b34b2524ae2a65f678e39dfa0d88dee1a4 100644
(file)
--- 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)))