aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/net/tramp-sh.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el
index 265e7995378..f2d7d86fa68 100644
--- a/lisp/net/tramp-sh.el
+++ b/lisp/net/tramp-sh.el
@@ -2131,7 +2131,7 @@ KEEP-DATE is non-nil if NEWNAME should have the same timestamp as FILENAME."
2131 (jka-compr-inhibit t) 2131 (jka-compr-inhibit t)
2132 (inhibit-file-name-handlers 2132 (inhibit-file-name-handlers
2133 (cons epa-file-handler 2133 (cons epa-file-handler
2134 . (remq 'tramp-file-name-handler inhibit-file-name-handlers)))) 2134 (remq 'tramp-file-name-handler inhibit-file-name-handlers))))
2135 (with-temp-file newname 2135 (with-temp-file newname
2136 (set-buffer-multibyte nil) 2136 (set-buffer-multibyte nil)
2137 (insert-file-contents-literally filename))) 2137 (insert-file-contents-literally filename)))