diff options
Diffstat (limited to 'lisp/net/tramp.el')
-rw-r--r-- | lisp/net/tramp.el | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 95f54490cac..22adbd9b474 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -3103,9 +3103,10 @@ User is always nil." (setq tramp-temp-buffer-file-name nil beg nil end nil)) ;; `insert-file-contents-literally' takes care to - ;; avoid calling jka-compr. By let-binding - ;; `inhibit-file-name-operation', we propagate that - ;; care to the `file-local-copy' operation. + ;; avoid calling jka-compr.el and epa.el. By + ;; let-binding `inhibit-file-name-operation', we + ;; propagate that care to the `file-local-copy' + ;; operation. (setq local-copy (let ((inhibit-file-name-operation (when (eq inhibit-file-name-operation |