From 619d33533e3029ffcb9e670db7cc136f074a51f1 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 26 Oct 2022 20:24:13 -0400 Subject: Properly export exit-catbird from (catbird) module. --- catbird.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'catbird.scm') diff --git a/catbird.scm b/catbird.scm index ae27bb7..9279cdb 100644 --- a/catbird.scm +++ b/catbird.scm @@ -32,8 +32,8 @@ #:use-module (chickadee) #:use-module (chickadee math rect) #:use-module (oop goops) - #:export (run-catbird) - #:re-export (exit-catbird)) + #:export (run-catbird + exit-catbird)) ;; Add the system notification and debugging overlay. (define (add-overlay) -- cgit v1.2.3