* lisp/net/tramp.el (tramp-skeleton-write-region): Fix missing comma.
(Bug#66123)
This commit is contained in:
parent
a2953ea300
commit
c966e7ec38
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue