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.
This commit is contained in:
interp 2003-08-01 18:00:51 +00:00
parent 0ffbe611dc
commit c42a467ce5
1 changed files with 1 additions and 1 deletions

View File

@ -503,4 +503,4 @@
=> cdr)
(else #f))))
;;EOF
;;EOF