minor change: make clear Scheme value of not annotated checkbox depends on standard transformer.

This commit is contained in:
interp 2004-07-21 20:33:37 +00:00
parent 2268fe3231
commit 6d6f34ae78
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@
;;;;;;;;;;;;;;;;;;;;;;;;
;;; checkbox input-field
(define (make-checkbox . maybe-further-attributes)
(really-make-checkbox #t
(really-make-checkbox 'defined-in-checkbox-transformer
checkbox-transformer
maybe-further-attributes))