emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master ab5f550: Fix an incorrect Edebug specification.


From: Philipp Stephani
Subject: master ab5f550: Fix an incorrect Edebug specification.
Date: Wed, 30 Dec 2020 17:14:00 -0500 (EST)

branch: master
commit ab5f550bd9ad0bc5d7b6df99093b7eda23218ae6
Author: Philipp Stephani <phst@google.com>
Commit: Philipp Stephani <phst@google.com>

    Fix an incorrect Edebug specification.
    
    * test/src/process-tests.el (process-tests--with-many-pipes): Fix
    incorrect Edebug specification.
---
 test/src/process-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/src/process-tests.el b/test/src/process-tests.el
index 7d8679e..3a19b6c 100644
--- 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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]