Added apropos
authorStephen Adams <edu/mit/csail/zurich/adams>
Thu, 18 Nov 1993 04:27:04 +0000 (04:27 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Thu, 18 Nov 1993 04:27:04 +0000 (04:27 +0000)
v7/src/runtime/runtime.pkg
v8/src/runtime/runtime.pkg

index 542d0b1de8785d496bb2a0d63d153fa1690891b9..da4e93e4ddd9d18f0d9702bb3b673419c43933b7 100644 (file)
@@ -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)
+  ))
index 542d0b1de8785d496bb2a0d63d153fa1690891b9..da4e93e4ddd9d18f0d9702bb3b673419c43933b7 100644 (file)
@@ -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)
+  ))