fix void result to match contract

Merge to 5.1.2 if Robby agrees
This commit is contained in:
Matthew Flatt 2011-07-16 08:38:05 -06:00
parent 59499b84bd
commit 5e0d6e0dee

View File

@ -1373,7 +1373,8 @@
'framework:automatic-parens
(lambda (id new-val)
(cond [new-val (add-automatic-paren-bindings)]
[else (remove-automatic-paren-bindings)]))))
[else (remove-automatic-paren-bindings)])))
(void))
))))
(define setup-search