aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoam Postavsky2017-12-02 23:17:05 -0500
committerNoam Postavsky2017-12-03 14:53:36 -0500
commitf924956ed146e985d9234c4fef04c2e7e3bffdb5 (patch)
tree11736dcde7e5a832990ca632c9ed6b22b6d8abf8
parent9d7f0e27e0592132c1b5b9c280192333eaf288b8 (diff)
downloademacs-f924956ed146e985d9234c4fef04c2e7e3bffdb5.tar.gz
emacs-f924956ed146e985d9234c4fef04c2e7e3bffdb5.zip
; test/lisp/dired-aux-tests.el (with-dired-bug28834-test): Fix debug decl.
-rw-r--r--test/lisp/dired-aux-tests.el2
1 files changed, 1 insertions, 1 deletions
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 @@
45;; If YES-OR-NO is non-nil, it binds `yes-or-no-p' to 45;; If YES-OR-NO is non-nil, it binds `yes-or-no-p' to
46;; to avoid the prompt. 46;; to avoid the prompt.
47(defmacro with-dired-bug28834-test (create-dirs yes-or-no &rest body) 47(defmacro with-dired-bug28834-test (create-dirs yes-or-no &rest body)
48 (declare ((debug form symbolp body))) 48 (declare (debug (form symbolp body)))
49 (let ((foo (make-symbol "foo"))) 49 (let ((foo (make-symbol "foo")))
50 `(let* ((,foo (make-temp-file "foo" 'dir)) 50 `(let* ((,foo (make-temp-file "foo" 'dir))
51 (dired-create-destination-dirs ,create-dirs)) 51 (dired-create-destination-dirs ,create-dirs))