From: Chris Hanson Date: Sun, 12 Nov 1995 05:43:22 +0000 (+0000) Subject: Export RCS-DIRECTORY-LOG to the global environment, since that is X-Git-Tag: 20090517-FFI~5738 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=d49bc4d85dfbb1346edb4fa7c874bb558cbb8a1c;p=mit-scheme.git Export RCS-DIRECTORY-LOG to the global environment, since that is where it's needed. --- diff --git a/v7/src/rcs/rcs.pkg b/v7/src/rcs/rcs.pkg index bd69fe368..997c7deb5 100644 --- a/v7/src/rcs/rcs.pkg +++ b/v7/src/rcs/rcs.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: rcs.pkg,v 1.5 1995/01/06 20:52:39 cph Exp $ +$Id: rcs.pkg,v 1.6 1995/11/12 05:43:22 cph Exp $ Copyright (c) 1988-95 Massachusetts Institute of Technology @@ -56,5 +56,5 @@ MIT in each case. |# (define-package (rcs log-merge) (files "logmer") (parent (rcs)) - (export (rcs) + (export () rcs-directory-log)) \ No newline at end of file