srfi-35: Replace '&error'.
authorLudovic Courtès <ludo@gnu.org>
Sat, 14 Dec 2019 17:37:43 +0000 (18:37 +0100)
committerLudovic Courtès <ludo@gnu.org>
Sat, 14 Dec 2019 17:37:43 +0000 (18:37 +0100)
* module/srfi/srfi-35.scm: Move '&error' to new #:re-export-and-replace
clause.

module/srfi/srfi-35.scm

index d1549f9d499162fbd68f59f91a1002e8e72c275a..fbbe89ef00b43eb0c6c4b5ab227f038025df9547 100644 (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?