Fix typo in previous revision.
authorChris Hanson <org/chris-hanson/cph>
Fri, 7 Mar 1997 23:30:32 +0000 (23:30 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 7 Mar 1997 23:30:32 +0000 (23:30 +0000)
v7/src/edwin/regexp.scm

index 8cd82072def499939f487c334f98f8d726429146..83d920539ff39b67d612155a4eae2c2afe81bfd5 100644 (file)
@@ -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
 ;;;
                                 syntax-table
                                 string start end)))
 
-(define (regexp-group alternatives)
+(define (regexp-group alternatives)
   (let ((alternatives
         (list-transform-positive alternatives identity-procedure)))
     (if (null? alternatives)