diff --git a/lisp/files-x.el b/lisp/files-x.el index 9b7189c9fd8..0d8c1d96a9f 100644 --- a/lisp/files-x.el +++ b/lisp/files-x.el @@ -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