1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 14:21:10 +02:00

*unspecified* in rnrs exceptions

* module/rnrs/exceptions.scm (rnrs): Import *unspecified*.
This commit is contained in:
Andy Wingo 2010-06-19 15:40:11 +02:00
parent 0feb833d22
commit 0f8e69a44e

View file

@ -22,7 +22,7 @@
(import (rnrs base (6))
(rnrs conditions (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-continuable