From ebb6302e84f75e7a4d68ccaa73884b8255c0e262 Mon Sep 17 00:00:00 2001 From: Matthias Felleisen Date: Tue, 18 Jul 2006 18:03:40 +0000 Subject: [PATCH] master no void svn: r3752 --- collects/htdp/master.ss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/collects/htdp/master.ss b/collects/htdp/master.ss index e1e433920d..e33ec4a0b6 100644 --- a/collects/htdp/master.ss +++ b/collects/htdp/master.ss @@ -128,7 +128,8 @@ (define (master/proc cg) (check-proc 'master cg 4 'first 'arguments) (set! check-guess cg) - (send frame show #t)) + (send frame show #t) + #t) #| ------------------------------------------------------------------------ Setting up the buttons |#