diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2022-10-26 20:24:13 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2022-10-26 20:24:13 -0400 |
commit | 619d33533e3029ffcb9e670db7cc136f074a51f1 (patch) | |
tree | 1130f6e7fa5f713ba38c27df646d45351f57b0c2 | |
parent | 77073cc4d4e65b5e61c88d935814941e41295a6a (diff) |
Properly export exit-catbird from (catbird) module.
-rw-r--r-- | catbird.scm | 4 |
1 files changed, 2 insertions, 2 deletions
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) |