aboutsummaryrefslogtreecommitdiff
path: root/module/hnh/util/exceptions.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/hnh/util/exceptions.scm')
-rw-r--r--module/hnh/util/exceptions.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/module/hnh/util/exceptions.scm b/module/hnh/util/exceptions.scm
index 36b018d1..344eb27a 100644
--- a/module/hnh/util/exceptions.scm
+++ b/module/hnh/util/exceptions.scm
@@ -1,10 +1,10 @@
(define-module (hnh util exceptions)
- #:use-module (srfi srfi-1)
- #:use-module (hnh util)
- #:use-module (ice-9 format)
+ :use-module (srfi srfi-1)
+ :use-module (hnh util)
+ :use-module (ice-9 format)
- #:use-module ((system vm frame)
- :select (frame-bindings binding-ref))
+ :use-module ((system vm frame)
+ :select (frame-bindings binding-ref))
:export (warning-handler
warnings-are-errors