From: Stephen Adams Date: Thu, 18 Nov 1993 04:36:21 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: 20090517-FFI~7479 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=bb3d8ef81ae58e68e3ccfa7daa1fe9ed63865671;p=mit-scheme.git *** empty log message *** --- diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index da4e93e4d..430ee615b 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.214 1993/11/18 04:27:04 adams Exp $ +$Id: runtime.pkg,v 14.215 1993/11/18 04:36:21 adams Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -2641,5 +2641,5 @@ MIT in each case. |# (parent ()) (export () apropos - apropos-list) - )) + apropos-list)) + diff --git a/v8/src/runtime/runtime.pkg b/v8/src/runtime/runtime.pkg index da4e93e4d..430ee615b 100644 --- a/v8/src/runtime/runtime.pkg +++ b/v8/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.214 1993/11/18 04:27:04 adams Exp $ +$Id: runtime.pkg,v 14.215 1993/11/18 04:36:21 adams Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -2641,5 +2641,5 @@ MIT in each case. |# (parent ()) (export () apropos - apropos-list) - )) + apropos-list)) +