svn: r13393
This commit is contained in:
Jay McCarthy 2009-02-03 20:20:49 +00:00
parent 2e3a1e91bd
commit 6d5eaaf581

View File

@ -2,7 +2,8 @@
(require scheme/runtime-path)
(define-runtime-module-path mzscheme-module-spec mzscheme)
(define-runtime-module-path mred-module-spec mred)
#;(define-runtime-module-path mred-module-spec mred) ; XXX Sometimes I need these, but not always
(define mred-module-spec 'mred)
(define default-to-be-copied-module-specs (list mzscheme-module-spec mred-module-spec))