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<%>)