* lisp/autorevert.el (defvar): Fix debug declaration.

This commit is contained in:
Michael Albinus 2025-02-05 09:41:49 +01:00
parent 4396f6414c
commit a476295620

View file

@ -780,7 +780,7 @@ If the buffer needs to be reverted, do it now."
(defmacro inhibit-auto-revert (&rest body)
"Deactivate auto-reverting of current buffer temporarily.
Run BODY."
(declare (indent 0) (debug ((form body) body)))
(declare (indent 0) (debug (body)))
`(progn
;; Cleanup.
(dolist (buf inhibit-auto-revert-buffers)