emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master b085ca237d 1/2: Fix insert-file-contents for tramp-crypt


From: Michael Albinus
Subject: master b085ca237d 1/2: Fix insert-file-contents for tramp-crypt
Date: Wed, 26 Jan 2022 08:05:46 -0500 (EST)

branch: master
commit b085ca237d0eba55c39a987f77c7b79609023247
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    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 c2c3689c61..2a6db03672 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]