From: Chris Hanson Date: Tue, 5 Oct 1993 22:57:50 +0000 (+0000) Subject: Load red/black tree implementation for use by text-property code. X-Git-Tag: 20090517-FFI~7801 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=20c93b589606622864b8f83ed6108cd6e575c7f2;p=mit-scheme.git Load red/black tree implementation for use by text-property code. --- diff --git a/v7/src/edwin/edwin.ldr b/v7/src/edwin/edwin.ldr index 6cf46287c..b8764312e 100644 --- a/v7/src/edwin/edwin.ldr +++ b/v7/src/edwin/edwin.ldr @@ -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