From ea855f2764bd6ff49316383094f1a652735c3d75 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Fri, 4 Jul 2003 18:42:51 +0000 Subject: [PATCH] import srfi-1 --- ChangeLog | 4 ++++ scm/to-xml.scm | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1692d00ab8..71ba91794e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2003-07-04 Han-Wen Nienhuys + * scm/to-xml.scm: import srfi-1 + + * VERSION (MAJOR_VERSION): release 1.7.24 + * python/lilylib.py (make_ps_images): make multipage _really_ work. * scripts/lilypond-book.py (do_file): put texidoc before image. diff --git a/scm/to-xml.scm b/scm/to-xml.scm index 88f84280e3..f14e40e329 100644 --- a/scm/to-xml.scm +++ b/scm/to-xml.scm @@ -1,4 +1,5 @@ -(use-modules (ice-9 regex)) +(use-modules (ice-9 regex) + (srfi srfi-1)) ;; should make module? -- 2.39.2