From 0d5271a27f2bbbb6de0520830d4fe769cfacc6a6 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Sat, 3 May 2003 20:52:53 +0000 Subject: [PATCH] *** empty log message *** --- ice-9/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) 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!