From: Michael Albinus Date: Wed, 5 Feb 2025 08:41:49 +0000 (+0100) Subject: * lisp/autorevert.el (defvar): Fix debug declaration. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=338493bee8852ce7dc6bf992dea5e51b43f5b9ec;p=emacs.git * lisp/autorevert.el (defvar): Fix debug declaration. (cherry picked from commit a476295620a692657f7febd4630cf67f128c4c65) --- 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)