From 26c22ea816ee20058ee60e526e9b2d5e4f415d02 Mon Sep 17 00:00:00 2001 From: Gary Houston Date: Tue, 3 Jul 2001 18:55:28 +0000 Subject: [PATCH] *** empty log message *** --- srfi/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/srfi/ChangeLog b/srfi/ChangeLog index 870478dd8..c55522342 100644 --- a/srfi/ChangeLog +++ b/srfi/ChangeLog @@ -1,3 +1,10 @@ +2001-07-03 Gary Houston + + * srfi-1.scm (iota, map, for-each, list-index, member, delete, + delete!, assoc): don't export until the new bindings have been + created. otherwise "export" thinks they are being re-exported and + a deprecation warning is produced. + 2001-07-03 Martin Grabmueller * srfi-1.scm (list-tabulate): Do not go into infinite loop for