guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 01/02: srfi-35: Replace '&error'.


From: Ludovic Courtès
Subject: [Guile-commits] 01/02: srfi-35: Replace '&error'.
Date: Sat, 14 Dec 2019 18:00:43 -0500 (EST)

civodul pushed a commit to branch master
in repository guile.

commit 0b2ae37094c8c5dbf4231e6ea827d9c782270163
Author: Ludovic Courtès <address@hidden>
Date:   Sat Dec 14 18:37:43 2019 +0100

    srfi-35: Replace '&error'.
    
    * module/srfi/srfi-35.scm: Move '&error' to new #:re-export-and-replace
    clause.
---
 module/srfi/srfi-35.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/module/srfi/srfi-35.scm b/module/srfi/srfi-35.scm
index d1549f9..fbbe89e 100644
--- a/module/srfi/srfi-35.scm
+++ b/module/srfi/srfi-35.scm
@@ -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?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]