From 720ae02e57579215aefd48a58555d7d9f28c8140 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 7 Mar 1997 23:30:32 +0000 Subject: [PATCH] Fix typo in previous revision. --- v7/src/edwin/regexp.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/edwin/regexp.scm b/v7/src/edwin/regexp.scm index 8cd82072d..83d920539 100644 --- 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) -- 2.25.1