1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 03:30:27 +02:00

srfi-35: Replace '&error'.

* module/srfi/srfi-35.scm: Move '&error' to new #:re-export-and-replace
clause.
This commit is contained in:
Ludovic Courtès 2019-12-14 18:37:43 +01:00
parent 4b34e11476
commit 0b2ae37094

View file

@ -39,8 +39,8 @@
(exception-message . condition-message)
(&error . &serious)
(error? . serious-condition?)
(&external-error . &error)
(external-error? . error?))
#:re-export-and-replace ((&external-error . &error))
#:export (make-condition
define-condition-type
condition-has-type?