From a825bb0e2db41a9d0b36aa289bb6dc8b3952d00b Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Mon, 19 Jul 1999 18:46:09 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index b4ff949cc..be6b29b7e 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,5 +1,8 @@ 1999-07-19 Jim Blandy + * guardians.c (scm_guardian_zombify): Don't set marks manually --- + use the macros. (Thanks to Michael Livshin.) + * eval.c (scm_m_lambda): Let bodycheck check the body of the lambda. Let your sins be purified by the blood of the lambda. (Thanks to Eric Hanchrow.)