From b507f7f39a438a6c150e5dc8ee67a54fcd2fbd93 Mon Sep 17 00:00:00 2001 From: Stephen Adams Date: Thu, 18 Nov 1993 04:27:04 +0000 Subject: [PATCH] Added apropos --- v7/src/runtime/runtime.pkg | 10 +++++++++- v8/src/runtime/runtime.pkg | 10 +++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index 542d0b1de..da4e93e4d 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.213 1993/11/13 02:21:39 gjr Exp $ +$Id: runtime.pkg,v 14.214 1993/11/18 04:27:04 adams Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -2635,3 +2635,11 @@ MIT in each case. |# wt-tree/delete-min wt-tree/delete-min! )) + +(define-package (runtime apropos) + (files "apropos") + (parent ()) + (export () + apropos + apropos-list) + )) diff --git a/v8/src/runtime/runtime.pkg b/v8/src/runtime/runtime.pkg index 542d0b1de..da4e93e4d 100644 --- a/v8/src/runtime/runtime.pkg +++ b/v8/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.213 1993/11/13 02:21:39 gjr Exp $ +$Id: runtime.pkg,v 14.214 1993/11/18 04:27:04 adams Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -2635,3 +2635,11 @@ MIT in each case. |# wt-tree/delete-min wt-tree/delete-min! )) + +(define-package (runtime apropos) + (files "apropos") + (parent ()) + (export () + apropos + apropos-list) + )) -- 2.25.1