diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 52597c940..4501a51b6 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -2,7 +2,8 @@ * eval.c (scm_map, scm_for_each): Verify that all arguments are proper lists, and of the appropriate lengths. - (check_map_args): New function. + (check_map_args): New function. (Thanks to Greg Harvey for the + bug report.) 1999-06-19 Michael Livshin