aboutsummaryrefslogtreecommitdiff
path: root/module/calp/terminal.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-06-23 03:23:44 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-06-23 03:48:22 +0200
commit1976980d4a272fb7fc3694c734bfc6825edfc721 (patch)
tree8460db1176c64895e9968447588953fac85fe7d6 /module/calp/terminal.scm
parentRemove all inline use-modules. (diff)
downloadcalp-1976980d4a272fb7fc3694c734bfc6825edfc721.tar.gz
calp-1976980d4a272fb7fc3694c734bfc6825edfc721.tar.xz
Centralize (almost) all exports to :export in define-module.
Diffstat (limited to 'module/calp/terminal.scm')
-rw-r--r--module/calp/terminal.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/calp/terminal.scm b/module/calp/terminal.scm
index 7cf354d8..e74c5fb8 100644
--- a/module/calp/terminal.scm
+++ b/module/calp/terminal.scm
@@ -322,7 +322,7 @@
(current-page this))))
(else (next-method))))
-(define-public (main-loop date)
+(define (main-loop date)
(define state (list (day-view (get-event-set global-event-object) date)))
(while #t