Fix an incorrect Edebug specification.

* test/src/process-tests.el (process-tests--with-many-pipes): Fix
incorrect Edebug specification.
This commit is contained in:
Philipp Stephani
2020-12-30 23:13:19 +01:00
parent 0ea7bb3578
commit ab5f550bd9

View File

@@ -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"))