diff --git a/test/lisp/minibuffer-tests.el b/test/lisp/minibuffer-tests.el index 27e9bbbefb4..03e8ea24018 100644 --- a/test/lisp/minibuffer-tests.el +++ b/test/lisp/minibuffer-tests.el @@ -449,7 +449,7 @@ (defmacro with-minibuffer-setup (completing-read &rest body) - (declare (indent 1) (debug (collection body))) + (declare (indent 1) (debug t)) `(catch 'result (minibuffer-with-setup-hook (lambda () @@ -460,7 +460,7 @@ ,completing-read)))) (defmacro completing-read-with-minibuffer-setup (collection &rest body) - (declare (indent 1) (debug (collection body))) + (declare (indent 1) (debug t)) `(catch 'result (minibuffer-with-setup-hook (lambda ()