From b1c7c8f1ecd05d38df5382c05f712f1cb865becb Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Fri, 11 Feb 2000 04:48:18 +0000 Subject: [PATCH] *** empty log message *** --- ice-9/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index e019e2a97..2592ebaee 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,8 @@ +2000-02-11 Mikael Djurfeldt + + * format.scm (format): Reintroduce (define format format:format) + so that the binding in the public interface of the module will be OK. + 2000-01-30 Gary Houston * boot-9.scm (find-and-link-dynamic-module): pass strings, not symbols,