1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-05 01:00:21 +02:00

Fix bug in deprecation wrapper for reset-hook!

* module/ice-9/deprecated.scm (reset-hook!): Fix arity.
This commit is contained in:
Andy Wingo 2025-06-17 09:39:47 +02:00
parent 3cf4ca187c
commit 2f95b31ef5

View file

@ -365,7 +365,7 @@
(hook? x)
(hook-empty? hook)
(remove-hook! hook proc)
(reset-hook! hook proc)
(reset-hook! hook)
(hook->list hook))
(define module-defined-hook (make-hook 1))