From 1ad7fc6a52779df59b6023100906af2d7047da67 Mon Sep 17 00:00:00 2001 From: Mike MacHenry Date: Tue, 28 Jan 2003 17:22:00 +0000 Subject: [PATCH] ... original commit: b1920f06faee7b8949af21ea71c1468de9752da6 --- collects/framework/private/frame.ss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/collects/framework/private/frame.ss b/collects/framework/private/frame.ss index e082e76c..300198ba 100644 --- a/collects/framework/private/frame.ss +++ b/collects/framework/private/frame.ss @@ -793,8 +793,7 @@ (error 'frame:editor% "result of get-canvas% method must match ~e interface; got: ~e" <%> %)) - (instantiate % () - (parent (get-area-container)))))] + (instantiate % () (parent (get-area-container)))))] (define (get-editor%) (error 'editor-frame% "abstract method: no editor% class specified")) (define (get-editor<%>)