From 338493bee8852ce7dc6bf992dea5e51b43f5b9ec Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Wed, 5 Feb 2025 09:41:49 +0100 Subject: [PATCH] * lisp/autorevert.el (defvar): Fix debug declaration. (cherry picked from commit a476295620a692657f7febd4630cf67f128c4c65) --- lisp/autorevert.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/autorevert.el b/lisp/autorevert.el index 6392350100b..9d972217e70 100644 --- a/lisp/autorevert.el +++ b/lisp/autorevert.el @@ -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) -- 2.39.5