* lisp/net/tramp.el (tramp-skeleton-write-region): Fix missing comma.

(Bug#66123)
This commit is contained in:
Michael Albinus 2023-09-21 09:21:20 +02:00
parent a2953ea300
commit c966e7ec38

View file

@ -3734,7 +3734,7 @@ BODY is the backend specific code."
(let ((inhibit-file-name-handlers (let ((inhibit-file-name-handlers
`(tramp-file-name-handler `(tramp-file-name-handler
tramp-crypt-file-name-handler tramp-crypt-file-name-handler
. inhibit-file-name-handlers)) . ,inhibit-file-name-handlers))
(inhibit-file-name-operation 'write-region)) (inhibit-file-name-operation 'write-region))
(find-file-name-handler ,visit 'write-region)))) (find-file-name-handler ,visit 'write-region))))
;; We use this to save the value of ;; We use this to save the value of