From cc846566332e6018beb4d9a7a2365ff7f95f8a0f Mon Sep 17 00:00:00 2001 From: sperber Date: Fri, 20 Jul 2001 11:45:52 +0000 Subject: [PATCH] Typo fix in FILTER-WEAK-PTR-LIST. --- scsh/procobj.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scsh/procobj.scm b/scsh/procobj.scm index cf550a8..a114666 100644 --- a/scsh/procobj.scm +++ b/scsh/procobj.scm @@ -301,7 +301,7 @@ (cons wptr result) result))) '() - list)) + lis)) ;;; Add a newly-reaped proc to the list. (define (add-reaped-proc! pid status)