From 2fb88465f7a25b1eac0cdbb78a05de9e78e68bfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 23 Jun 2022 04:14:46 +0200 Subject: Normalize keyword syntax. --- module/hnh/util/exceptions.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'module/hnh/util/exceptions.scm') 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 -- cgit v1.2.3