mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-07-05 09:10:18 +02:00
Fix bug in deprecation wrapper for reset-hook!
* module/ice-9/deprecated.scm (reset-hook!): Fix arity.
This commit is contained in:
parent
3cf4ca187c
commit
2f95b31ef5
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@
|
||||||
(hook? x)
|
(hook? x)
|
||||||
(hook-empty? hook)
|
(hook-empty? hook)
|
||||||
(remove-hook! hook proc)
|
(remove-hook! hook proc)
|
||||||
(reset-hook! hook proc)
|
(reset-hook! hook)
|
||||||
(hook->list hook))
|
(hook->list hook))
|
||||||
|
|
||||||
(define module-defined-hook (make-hook 1))
|
(define module-defined-hook (make-hook 1))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue