From 9afa7a12f20c413b702f3e792dc2bde149c3718d Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Sun, 11 Jan 2004 00:03:33 +0000 Subject: [PATCH] *** empty log message *** --- ice-9/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index aa315d334..1da6aafc5 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,12 @@ +2004-01-11 Kevin Ryde + + Revert this, it breaks test-suite/tests/r5rs_pitfalls.test where + false-if-exception is used within syntax-rules. (Suspect syntax-rules + ought to support this sort of thing, but it doesn't right now.) + + * boot-9.scm (false-if-exception): Unquote catch and lambda, so as not + to depend on expansion environment. + 2004-01-07 Marius Vollmer * boot-9.scm (with-fluids): Use with-fluid* when only one fluid is