* lisp/net/tramp.el (tramp-skeleton-write-region): Fix missing comma.
(Bug#66123)
This commit is contained in:
@@ -3734,7 +3734,7 @@ BODY is the backend specific code."
|
||||
(let ((inhibit-file-name-handlers
|
||||
`(tramp-file-name-handler
|
||||
tramp-crypt-file-name-handler
|
||||
. inhibit-file-name-handlers))
|
||||
. ,inhibit-file-name-handlers))
|
||||
(inhibit-file-name-operation 'write-region))
|
||||
(find-file-name-handler ,visit 'write-region))))
|
||||
;; We use this to save the value of
|
||||
|
||||
Reference in New Issue
Block a user