]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/net/tramp.el (tramp-skeleton-write-region): Fix missing comma.
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 21 Sep 2023 07:21:20 +0000 (09:21 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 21 Sep 2023 07:21:20 +0000 (09:21 +0200)
(Bug#66123)

lisp/net/tramp.el

index 502ededcfb796909db1799406987a218747a54ac..8ace0165ed99883190772d4cbc2ea6c7cba0722f 100644 (file)
@@ -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