From f924956ed146e985d9234c4fef04c2e7e3bffdb5 Mon Sep 17 00:00:00 2001 From: Noam Postavsky Date: Sat, 2 Dec 2017 23:17:05 -0500 Subject: [PATCH] ; test/lisp/dired-aux-tests.el (with-dired-bug28834-test): Fix debug decl. --- test/lisp/dired-aux-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lisp/dired-aux-tests.el b/test/lisp/dired-aux-tests.el index 9316217dd2a..c385b40bb2c 100644 --- a/test/lisp/dired-aux-tests.el +++ b/test/lisp/dired-aux-tests.el @@ -45,7 +45,7 @@ ;; If YES-OR-NO is non-nil, it binds `yes-or-no-p' to ;; to avoid the prompt. (defmacro with-dired-bug28834-test (create-dirs yes-or-no &rest body) - (declare ((debug form symbolp body))) + (declare (debug (form symbolp body))) (let ((foo (make-symbol "foo"))) `(let* ((,foo (make-temp-file "foo" 'dir)) (dired-create-destination-dirs ,create-dirs)) -- 2.39.5