srfi-34 #:replace raise fix
authorAndy Wingo <wingo@pobox.com>
Sun, 6 Jun 2010 20:09:08 +0000 (22:09 +0200)
committerAndy Wingo <wingo@pobox.com>
Sun, 6 Jun 2010 20:09:08 +0000 (22:09 +0200)
* module/srfi/srfi-34.scm: #:replace the binding for `raise'

module/srfi/srfi-34.scm

index 7fb9d1d..f30bdfd 100644 (file)
@@ -1,6 +1,6 @@
 ;;; srfi-34.scm --- Exception handling for programs
 
-;; Copyright (C) 2003, 2006, 2008 Free Software Foundation, Inc.
+;; Copyright (C) 2003, 2006, 2008, 2010 Free Software Foundation, Inc.
 ;;
 ;; This library is free software; you can redistribute it and/or
 ;; modify it under the terms of the GNU Lesser General Public
@@ -27,8 +27,8 @@
 ;;; Code:
 
 (define-module (srfi srfi-34)
-  #:export (with-exception-handler
-           raise)
+  #:export (with-exception-handler)
+  #:replace (raise)
   #:export-syntax (guard))
 
 (cond-expand-provide (current-module) '(srfi-34))