From 20c93b589606622864b8f83ed6108cd6e575c7f2 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 5 Oct 1993 22:57:50 +0000 Subject: [PATCH] Load red/black tree implementation for use by text-property code. --- v7/src/edwin/edwin.ldr | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.25.1