projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ca00e2
)
Export RCS-DIRECTORY-LOG to the global environment, since that is
author
Chris Hanson
<org/chris-hanson/cph>
Sun, 12 Nov 1995 05:43:22 +0000
(
05:43
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Sun, 12 Nov 1995 05:43:22 +0000
(
05:43
+0000)
where it's needed.
v7/src/rcs/rcs.pkg
patch
|
blob
|
history
diff --git
a/v7/src/rcs/rcs.pkg
b/v7/src/rcs/rcs.pkg
index bd69fe36817bfc5f3cef176cd6c3d46c58f2143e..997c7deb5694b24a3375d48f42747f310612c7a4 100644
(file)
--- 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