]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/autorevert.el (defvar): Fix debug declaration.
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 5 Feb 2025 08:41:49 +0000 (09:41 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sun, 9 Feb 2025 08:41:05 +0000 (09:41 +0100)
(cherry picked from commit a476295620a692657f7febd4630cf67f128c4c65)

lisp/autorevert.el

index 6392350100bbf93f156b452f55af956551ddd674..9d972217e7066bfb58c78962caf5f24ea4a12085 100644 (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)