From b085ca237d0eba55c39a987f77c7b79609023247 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Wed, 26 Jan 2022 14:05:11 +0100 Subject: [PATCH] Fix insert-file-contents for tramp-crypt * lisp/net/tramp-crypt.el (tramp-crypt-file-name-handler-alist): Use `tramp-handle-insert-file-contents'. --- lisp/net/tramp-crypt.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/net/tramp-crypt.el b/lisp/net/tramp-crypt.el index c2c3689c610..2a6db036721 100644 --- a/lisp/net/tramp-crypt.el +++ b/lisp/net/tramp-crypt.el @@ -208,7 +208,7 @@ If NAME doesn't belong to a crypted remote directory, retun nil." (find-backup-file-name . tramp-handle-find-backup-file-name) ;; `get-file-buffer' performed by default handler. (insert-directory . tramp-crypt-handle-insert-directory) - ;; `insert-file-contents' performed by default handler. + (insert-file-contents . tramp-handle-insert-file-contents) (load . tramp-handle-load) (lock-file . tramp-crypt-handle-lock-file) (make-auto-save-file-name . tramp-handle-make-auto-save-file-name) -- 2.39.2