]> git.eshelyaron.com Git - emacs.git/commitdiff
; test/lisp/dired-aux-tests.el (with-dired-bug28834-test): Fix debug decl.
authorNoam Postavsky <npostavs@gmail.com>
Sun, 3 Dec 2017 04:17:05 +0000 (23:17 -0500)
committerNoam Postavsky <npostavs@gmail.com>
Sun, 3 Dec 2017 19:53:36 +0000 (14:53 -0500)
test/lisp/dired-aux-tests.el

index 9316217dd2a700f5493e17d1fc87ef2d42e5475e..c385b40bb2c60704c36403c0d1e300dabe37ac6a 100644 (file)
@@ -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))