* feature.c (scm_remove_hook_x): Bugfix: Changed reference to
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Thu, 26 Nov 1998 07:44:09 +0000 (07:44 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Thu, 26 Nov 1998 07:44:09 +0000 (07:44 +0000)
commitb90d369ecff6f6b1ce929a794c828fa16be28d93
treeebf15ea8aed6dd45647a5b225517504362e3c1e6
parent7a79c6b4d3b981fbf81b44e9deb27595387e902c
* feature.c (scm_remove_hook_x): Bugfix: Changed reference to
s_add_hook_x --> s_remove_hook_x.
(scm_add_hook_x, scm_remove_hook_x): Hooks now takes arguments.
Added #include "procprop.h"
* feature.c, feature.h (scm_reset_hook_x): New procedure.
(scm_make_hook): Optional argument defines number of arguments to
the hook.
(scm_make_named_hook): Take number of args as second arg.
(scm_run_hook): Renamed from scm_run_hooks (old name kept for a
while); First arg is the hook.  The rest are arguments passed on
to the hook procedures.
libguile/feature.c