From: Michael Albinus Date: Thu, 21 Sep 2023 07:21:20 +0000 (+0200) Subject: * lisp/net/tramp.el (tramp-skeleton-write-region): Fix missing comma. X-Git-Tag: emacs-29.1.90~58 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c966e7ec381fa32ad09dab4329d5ad27d87b5b98;p=emacs.git * lisp/net/tramp.el (tramp-skeleton-write-region): Fix missing comma. (Bug#66123) --- 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