diff --git a/libguile/ChangeLog b/libguile/ChangeLog index e0e8d88b7..91bd46a71 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,8 @@ +2001-07-26 Marius Vollmer + + * eval.c (scm_ceval, scm_deval): Use "RETURN" macro when returning + value of a variable, not the plain "return" statement. + 2001-07-25 Marius Vollmer * eval.c: Allow variables in memoized code (in addition to glocs).