aboutsummaryrefslogtreecommitdiff
path: root/module/datetime.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-03-17 18:11:52 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-03-28 14:17:01 +0200
commite54311fb617d024734db5d90fa9afa0ee89b0bb7 (patch)
tree05f5588c056d884953ee916e6c1c17444782b025 /module/datetime.scm
parentMinor texi fixups. (diff)
downloadcalp-e54311fb617d024734db5d90fa9afa0ee89b0bb7.tar.gz
calp-e54311fb617d024734db5d90fa9afa0ee89b0bb7.tar.xz
Stop exporting internal time+%
Diffstat (limited to 'module/datetime.scm')
-rw-r--r--module/datetime.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/datetime.scm b/module/datetime.scm
index d5ef03b1..75cffdab 100644
--- a/module/datetime.scm
+++ b/module/datetime.scm
@@ -1124,7 +1124,7 @@ Returns -1 on failure"
;; overflow is number of days above
;; time x time → time x int
-(define-public (time+% base change)
+(define (time+% base change)
;; while (day base) > (days-in-month base)
;; month++; days -= (days-in-month base)