1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-29 16:30:19 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2003-05-03 20:52:53 +00:00
parent 297775ce69
commit 0d5271a27f

View file

@ -1,5 +1,8 @@
2003-05-03 Marius Vollmer <mvo@zagadka.de>
* 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!