Set indent property for with-connection-local-variables

* lisp/files-x.el (with-connection-local-variables): Set indent
property.
This commit is contained in:
Jonas Bernoulli 2026-04-27 21:37:14 +02:00
parent 800a272b62
commit 42f6459bad
No known key found for this signature in database
GPG key ID: 230C2EFBB326D927

View file

@ -877,7 +877,7 @@ If APPLICATION is nil, `connection-local-default-application' is used."
(defmacro with-connection-local-variables (&rest body)
"Apply connection-local variables according to `default-directory'.
Execute BODY, and unwind connection-local variables."
(declare (debug t))
(declare (debug t) (indent 0))
`(with-connection-local-variables-1 (lambda () ,@body)))
;;;###autoload