projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d7f0e2
)
; test/lisp/dired-aux-tests.el (with-dired-bug28834-test): Fix debug decl.
author
Noam Postavsky
<npostavs@gmail.com>
Sun, 3 Dec 2017 04:17:05 +0000
(23:17 -0500)
committer
Noam Postavsky
<npostavs@gmail.com>
Sun, 3 Dec 2017 19:53:36 +0000
(14:53 -0500)
test/lisp/dired-aux-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/dired-aux-tests.el
b/test/lisp/dired-aux-tests.el
index 9316217dd2a700f5493e17d1fc87ef2d42e5475e..c385b40bb2c60704c36403c0d1e300dabe37ac6a 100644
(file)
--- 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))