projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ea7bb3
)
Fix an incorrect Edebug specification.
author
Philipp Stephani
<phst@google.com>
Wed, 30 Dec 2020 22:13:19 +0000
(23:13 +0100)
committer
Philipp Stephani
<phst@google.com>
Wed, 30 Dec 2020 22:13:19 +0000
(23:13 +0100)
* test/src/process-tests.el (process-tests--with-many-pipes): Fix
incorrect Edebug specification.
test/src/process-tests.el
patch
|
blob
|
history
diff --git
a/test/src/process-tests.el
b/test/src/process-tests.el
index 7d8679e9e1cee7300641aef41bc1c154b80910b4..3a19b6c6f143106cafbfcd4adc7fb2ee284e7a83 100644
(file)
--- a/
test/src/process-tests.el
+++ b/
test/src/process-tests.el
@@
-431,7
+431,7
@@
add some process objects to VAR."
Try to generate pipe processes until we are close to the
FD_SETSIZE limit. Within BODY, only a small number of file
descriptors should still be available."
- (declare (indent 0) (debug
(symbolp symbolp body)
))
+ (declare (indent 0) (debug
t
))
(let ((process (make-symbol "process"))
(processes (make-symbol "processes"))
(buffer (make-symbol "buffer"))