#| -*-Scheme-*-
-$Id: edwin.ldr,v 1.45 1993/09/30 19:22:02 bal Exp $
+$Id: edwin.ldr,v 1.46 1993/10/05 22:57:50 cph Exp $
Copyright (c) 1989-1993 Massachusetts Institute of Technology
(begin
(load-option 'KRYPT)
(load-option 'SUBPROCESS)))
+ (load-option 'RB-TREE)
(let ((environment (->environment '(EDWIN))))
(load "utils" environment)
(if (access *external-doc-strings?* environment)
(begin
(set! (access *external-doc-strings?* environment) false)
- (warn "Remember to use ``dump-doc-strings''!")))))))
+ (warn "Remember to use ``dump-doc-strings''!")))))))
\ No newline at end of file