diff options
Diffstat (limited to 'DrScheme.init')
-rw-r--r-- | DrScheme.init | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/DrScheme.init b/DrScheme.init index c18ea18..d921cec 100644 --- a/DrScheme.init +++ b/DrScheme.init @@ -399,7 +399,6 @@ (slib:load (in-vicinity (library-vicinity) "require")) ;;; Hack `require' to work with both SLIB and MzScheme: -(define slib:require require) (define-syntax (require stx) (syntax-case stx (quote) [_ @@ -416,5 +415,5 @@ (cond ((string<? (version) "200") (require-library "init.ss" "slibinit")) (else - ;; (load (build-path (collection-path "slibinit") "init.ss")) + ;;(load (build-path (collection-path "slibinit") "init.ss")) (eval '(require (lib "defmacro.ss"))))) |