From 78ec58582776c660fbeb0782ce708ae40295223a Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 8 Jan 2009 17:33:44 +0000 Subject: [PATCH] fix print method of editor<%> classes svn: r13038 --- collects/mred/private/editor.ss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/collects/mred/private/editor.ss b/collects/mred/private/editor.ss index a3b13cb453..f5c4d3a7bf 100644 --- a/collects/mred/private/editor.ss +++ b/collects/mred/private/editor.ss @@ -358,7 +358,8 @@ [(x y) (sp x y 'standard #f #t)] [(x y z) (sp x y z #f #t)] [(x y z f) (sp x y z f #t)] - [(x y z f b?) (sp x y z f b?)]))] + [(x y z f b?) (sp x y z f b?)] + [(x y z f b? eps?) (sp x y z f b? eps?)]))] [on-new-box (entry-point