From: Noam Postavsky Date: Sun, 3 Dec 2017 04:17:05 +0000 (-0500) Subject: ; test/lisp/dired-aux-tests.el (with-dired-bug28834-test): Fix debug decl. X-Git-Tag: emacs-27.0.90~6099 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f924956ed146e985d9234c4fef04c2e7e3bffdb5;p=emacs.git ; test/lisp/dired-aux-tests.el (with-dired-bug28834-test): Fix debug decl. --- 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))