mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
Set indent property for with-connection-local-variables
* lisp/files-x.el (with-connection-local-variables): Set indent property.
This commit is contained in:
parent
800a272b62
commit
42f6459bad
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue