From c966e7ec381fa32ad09dab4329d5ad27d87b5b98 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Thu, 21 Sep 2023 09:21:20 +0200 Subject: [PATCH] * lisp/net/tramp.el (tramp-skeleton-write-region): Fix missing comma. (Bug#66123) --- lisp/net/tramp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 502ededcfb7..8ace0165ed9 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -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 -- 2.39.2