From 6aa536b3375b2c72c33714ae5bd8ba2bffd3a159 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Sat, 3 May 2003 20:57:40 +0000 Subject: [PATCH] *** empty log message *** --- ice-9/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index f13bbb172..59caba419 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,7 +1,7 @@ 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. + of keyword-symbol, which doesn't exist. Thanks to Kevin Ryde. * hcons.scm (hashq-cons-get-handle): Pass only the expected four arguments to hashx-get-handle. Thanks to Kevin Ryde!