
I think that there are no user-visible changes from these changes. original commit: 2b76d9e5b03ea97b8de155d2dda63e64256a3212
10 lines
244 B
Racket
10 lines
244 B
Racket
#lang racket/base
|
|
|
|
;; This module is for use by racket/gui/dynamic.
|
|
;; It is required by mred/mred so that it gets carried
|
|
;; along when mred/mred is attached to a new namespace.
|
|
|
|
(provide kernel-initialized)
|
|
|
|
(define kernel-initialized 'done)
|