diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 85a0a85ef..f13bbb172 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,5 +1,8 @@ 2003-05-03 Marius Vollmer + * boot-9.scm (display-usage-report): Use keyword->symbol instead + of keyword-symbol, which doesn't exist. Thanks to Kevon Ryde. + * hcons.scm (hashq-cons-get-handle): Pass only the expected four arguments to hashx-get-handle. Thanks to Kevin Ryde!