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:
43be9e4
)
Now need regular expressions.
author
Chris Hanson
<org/chris-hanson/cph>
Sun, 20 Aug 2000 04:10:57 +0000
(
04:10
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Sun, 20 Aug 2000 04:10:57 +0000
(
04:10
+0000)
v7/src/rcs/load.scm
patch
|
blob
|
history
diff --git
a/v7/src/rcs/load.scm
b/v7/src/rcs/load.scm
index 5f05833d289f2b2b95fe3186a26c2d943171705f..6ea8c22613499b84329199a9348a087e5284b087 100644
(file)
--- a/
v7/src/rcs/load.scm
+++ b/
v7/src/rcs/load.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: load.scm,v 1.
1 2000/03/31 14:10:45
cph Exp $
+$Id: load.scm,v 1.
2 2000/08/20 04:10:57
cph Exp $
Copyright (c) 2000 Massachusetts Institute of Technology
@@
-20,6
+20,7
@@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|#
(load-option 'HASH-TABLE)
+(load-option 'REGULAR-EXPRESSION)
(with-working-directory-pathname (directory-pathname (current-load-pathname))
(lambda ()
(package/system-loader "rcs" '() 'QUERY)))