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:
dcfbddf
)
Fix typo in previous revision.
author
Chris Hanson
<org/chris-hanson/cph>
Fri, 7 Mar 1997 23:30:32 +0000
(23:30 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Fri, 7 Mar 1997 23:30:32 +0000
(23:30 +0000)
v7/src/edwin/regexp.scm
patch
|
blob
|
history
diff --git
a/v7/src/edwin/regexp.scm
b/v7/src/edwin/regexp.scm
index 8cd82072def499939f487c334f98f8d726429146..83d920539ff39b67d612155a4eae2c2afe81bfd5 100644
(file)
--- a/
v7/src/edwin/regexp.scm
+++ b/
v7/src/edwin/regexp.scm
@@
-1,6
+1,6
@@
;;; -*-Scheme-*-
;;;
-;;; $Id: regexp.scm,v 1.
69 1997/03/04 06:43:23
cph Exp $
+;;; $Id: regexp.scm,v 1.
70 1997/03/07 23:30:32
cph Exp $
;;;
;;; Copyright (c) 1986, 1989-97 Massachusetts Institute of Technology
;;;
@@
-366,7
+366,7
@@
syntax-table
string start end)))
-(define (regexp-group alternatives)
+(define (regexp-group
.
alternatives)
(let ((alternatives
(list-transform-positive alternatives identity-procedure)))
(if (null? alternatives)