racket/collects/scheme/gui/init.ss
Matthew Flatt 39cedb62ed v3.99.0.2
svn: r7706
2007-11-13 12:40:00 +00:00

9 lines
180 B
Scheme

(module init scheme/gui
(require (only-in scheme/init))
(current-load text-editor-load-handler)
(provide (all-from-out scheme/gui)
(all-from-out scheme/init)))