1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 13:30:26 +02:00

untabify (ice-9 regex)

* module/ice-9/regex.scm: Untabify.
This commit is contained in:
Andy Wingo 2010-07-08 17:13:08 +01:00
parent ab6becd47f
commit bd6fed8e23

View file

@ -1,4 +1,4 @@
;;;; Copyright (C) 1997, 1999, 2001, 2004, 2005, 2006, 2008 Free Software Foundation, Inc.
;;;; Copyright (C) 1997, 1999, 2001, 2004, 2005, 2006, 2008, 2010 Free Software Foundation, Inc.
;;;;
;;;; This library is free software; you can redistribute it and/or
;;;; modify it under the terms of the GNU Lesser General Public
@ -38,7 +38,7 @@
;;;; POSIX regex support functions.
(define-module (ice-9 regex)
:export (match:count match:string match:prefix match:suffix
#:export (match:count match:string match:prefix match:suffix
regexp-match? regexp-quote match:start match:end match:substring
string-match regexp-substitute fold-matches list-matches
regexp-substitute/global))