Load red/black tree implementation for use by text-property code.
authorChris Hanson <org/chris-hanson/cph>
Tue, 5 Oct 1993 22:57:50 +0000 (22:57 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 5 Oct 1993 22:57:50 +0000 (22:57 +0000)
v7/src/edwin/edwin.ldr

index 6cf46287c4dc5870674e3fe563dd6edc430d6137..b8764312ea520759810ab02242994c66d6f71307 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-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
 
@@ -82,6 +82,7 @@ MIT in each case. |#
          (begin
            (load-option 'KRYPT)
            (load-option 'SUBPROCESS)))
+      (load-option 'RB-TREE)
 
       (let ((environment (->environment '(EDWIN))))
        (load "utils" environment)
@@ -235,4 +236,4 @@ MIT in each case. |#
        (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