* lisp/autorevert.el (defvar): Fix debug declaration.
This commit is contained in:
parent
4396f6414c
commit
a476295620
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue