From: Chris Hanson Date: Sat, 20 Nov 1993 07:09:15 +0000 (+0000) Subject: Remove apropos from release. X-Git-Tag: 20090517-FFI~7468 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=cbdf9b0f5822c970f1444fac257f1954c3d0b45d;p=mit-scheme.git Remove apropos from release. --- diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index c15872322..3ad4795a0 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.216 1993/11/18 15:08:56 gjr Exp $ +$Id: runtime.pkg,v 14.217 1993/11/20 07:09:15 cph Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -2637,12 +2637,4 @@ MIT in each case. |# wt-tree/min-pair wt-tree/delete-min wt-tree/delete-min! - )) - -(define-package (runtime apropos) - (files "apropos") - (parent ()) - (export () - apropos - apropos-list)) - + )) \ No newline at end of file diff --git a/v8/src/runtime/runtime.pkg b/v8/src/runtime/runtime.pkg index c15872322..3ad4795a0 100644 --- a/v8/src/runtime/runtime.pkg +++ b/v8/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.216 1993/11/18 15:08:56 gjr Exp $ +$Id: runtime.pkg,v 14.217 1993/11/20 07:09:15 cph Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -2637,12 +2637,4 @@ MIT in each case. |# wt-tree/min-pair wt-tree/delete-min wt-tree/delete-min! - )) - -(define-package (runtime apropos) - (files "apropos") - (parent ()) - (export () - apropos - apropos-list)) - + )) \ No newline at end of file