mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-13 15:10:34 +02:00
*unspecified* in rnrs exceptions
* module/rnrs/exceptions.scm (rnrs): Import *unspecified*.
This commit is contained in:
parent
0feb833d22
commit
0f8e69a44e
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
(import (rnrs base (6))
|
(import (rnrs base (6))
|
||||||
(rnrs conditions (6))
|
(rnrs conditions (6))
|
||||||
(rnrs records procedural (6))
|
(rnrs records procedural (6))
|
||||||
(only (guile) with-throw-handler @@))
|
(only (guile) with-throw-handler *unspecified* @@))
|
||||||
|
|
||||||
(define raise (@@ (rnrs records procedural) r6rs-raise))
|
(define raise (@@ (rnrs records procedural) r6rs-raise))
|
||||||
(define raise-continuable
|
(define raise-continuable
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue