Use 'hidden' as internal type of hidden-fields.

This commit is contained in:
interp 2003-07-15 14:05:22 +00:00
parent 2ff183fa28
commit 0cfc9491d9
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@
;; The programmer should supply a default value for this input-field
;; as it is hidden.
(define make-hidden-field
(simple-field-maker "hidden" "text"
(simple-field-maker "hidden" "hidden"
simple-default? identity))
(define set-hidden-field-value! set-simple-field-default!)