
I think that there are no user-visible changes from these changes. original commit: 2b76d9e5b03ea97b8de155d2dda63e64256a3212
8 lines
169 B
Racket
8 lines
169 B
Racket
(module init scheme/gui
|
|
(require scheme/init)
|
|
|
|
(current-load text-editor-load-handler)
|
|
|
|
(provide (all-from-out scheme/gui)
|
|
(all-from-out scheme/init)))
|