From c42a467ce56cb092ba6e1f2b874d588d90b69e69 Mon Sep 17 00:00:00 2001 From: interp Date: Fri, 1 Aug 2003 18:00:51 +0000 Subject: [PATCH] Sorry for the messed up previous commits. Here are the collected messages: Insert forgotten point to argument list of MAKE-SELECT, making the last arguments optional. This was the reason for a "bug" in admin-surflet.scm. Remove bug from MAKE-SELECT; MAKE-SELECT used the wrong argument name in calls to make-multiple-select or make-single-select, respectively. --- scheme/httpd/surflets/surflet-input-fields.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scheme/httpd/surflets/surflet-input-fields.scm b/scheme/httpd/surflets/surflet-input-fields.scm index dbef1de..27939d5 100644 --- a/scheme/httpd/surflets/surflet-input-fields.scm +++ b/scheme/httpd/surflets/surflet-input-fields.scm @@ -503,4 +503,4 @@ => cdr) (else #f)))) -;;EOF \ No newline at end of file +;;EOF