gui/collects/scheme/gui/init.ss
Matthew Flatt ba51e0ee0a scheme/gui/init reexports scheme/init
svn: r15064

original commit: 395301a1c614a9b506f0bfeefc32796a75201617
2009-06-03 11:56:36 +00:00

9 lines
170 B
Scheme

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