diff options
author | Gary Houston <ghouston@arglist.com> | 1997-03-08 22:55:06 +0000 |
---|---|---|
committer | Gary Houston <ghouston@arglist.com> | 1997-03-08 22:55:06 +0000 |
commit | e3473097c7d2aff6a775cd3806524aeced632f6c (patch) | |
tree | 25a5aa4cbd2613532b8d94fd19b8f55b2dd4ee28 | |
parent | fed9c9a2d43b6a44090dfd89e713a8d154d71d9c (diff) | |
download | guile-e3473097c7d2aff6a775cd3806524aeced632f6c.tar.gz |
typo
-rw-r--r-- | libguile/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 4d70625d2..849a4ad44 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -5,7 +5,7 @@ Sat Mar 8 00:27:05 1997 Gary Houston <ghouston@actrix.gen.nz> called once.) (scm_read_hash_extend): don't call scm_permanent_object. (ideas from Mikael): if chr is already in the list, replace its - procedure instead of appending it again. If chr is #f, remove + procedure instead of appending it again. If proc is #f, remove it from the list. (scm_get_hash_procedure): take CDR of scm_read_hash_procedures. |