1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-03 21:30:29 +02:00
This commit is contained in:
Gary Houston 1997-03-08 22:55:06 +00:00
parent fed9c9a2d4
commit e3473097c7

View file

@ -5,7 +5,7 @@ Sat Mar 8 00:27:05 1997 Gary Houston <ghouston@actrix.gen.nz>
called once.) called once.)
(scm_read_hash_extend): don't call scm_permanent_object. (scm_read_hash_extend): don't call scm_permanent_object.
(ideas from Mikael): if chr is already in the list, replace its (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. it from the list.
(scm_get_hash_procedure): take CDR of scm_read_hash_procedures. (scm_get_hash_procedure): take CDR of scm_read_hash_procedures.