From cbdf9b0f5822c970f1444fac257f1954c3d0b45d Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sat, 20 Nov 1993 07:09:15 +0000 Subject: [PATCH] Remove apropos from release. --- v7/src/runtime/runtime.pkg | 12 ++---------- v8/src/runtime/runtime.pkg | 12 ++---------- 2 files changed, 4 insertions(+), 20 deletions(-) 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 -- 2.25.1