From: Michael Albinus Date: Wed, 26 Jan 2022 13:05:11 +0000 (+0100) Subject: Fix insert-file-contents for tramp-crypt X-Git-Tag: emacs-29.0.90~2735 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b085ca237d0eba55c39a987f77c7b79609023247;p=emacs.git Fix insert-file-contents for tramp-crypt * lisp/net/tramp-crypt.el (tramp-crypt-file-name-handler-alist): Use `tramp-handle-insert-file-contents'. --- 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)