1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-20 02:30:23 +02:00

*** empty log message ***

This commit is contained in:
Mikael Djurfeldt 1999-09-09 21:30:12 +00:00
parent c72a774a57
commit d37e656919
2 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,8 @@
1999-09-09 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
* procs.c (scm_setter): Signal WTA if handed an entity or operator
lacking a setter.
* feature.c, feature.h: (scm_hook_p, scm_hook_empty_p): New
primitives. (Thanks to Greg Badros);
(scm_hook_to_list): New primitive; Hooks are now smobs.