wxme belongs outside of mred, obviously

svn: r5399
This commit is contained in:
Matthew Flatt 2007-01-18 14:26:29 +00:00
parent 2b78c44c4c
commit 00d745bd5e
15 changed files with 2 additions and 10 deletions

View File

@ -27,11 +27,3 @@ The edit.ss module exports the following function.
> (new-frame editor% file)
Takes the editor class.
-----------------------------------------------------------------
_wxme.ss_
#reader support for PLT graphical format. See also the "wxme"
sub-collection of the "mred" collection.

View File

@ -1,6 +1,6 @@
(module wxme mzscheme
(require "wxme/wxme.ss")
(module read mzscheme
(require "wxme.ss")
(provide (rename wxme-read read)
(rename wxme-read-syntax read-syntax)))