From 2dbfe72dda14ba20e95eb51d32b80b57574157fb Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Fri, 8 Dec 2006 20:27:21 +0000 Subject: [PATCH] *** empty log message *** --- ice-9/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index b3f0fbc15..7170a6d47 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,10 @@ +2006-12-09 Kevin Ryde + + * boot-9.scm (top-repl): Remove module-use! of the core `(guile)' + module. It's already in `(guile-user)' and the module-use! elevates + it making core bindings override those from elsewhere, such as `iota' + under a run of "guile --use-srfi=1". Reported by Sven Hartrumpf. + 2006-11-13 Neil Jerram * boot-9.scm (environment-module): Change eval-closure-module call