aboutsummaryrefslogtreecommitdiff
path: root/vcalendar
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-03-02 17:48:17 +0100
committerHugo Hörnquist <hugo@hornquist.se>2019-03-02 17:48:17 +0100
commitc5e511a8b6e4488d35e18d9d2defba5508bfb8f2 (patch)
tree3ad25b596bee2c1c553b0a9939474e1e7ee973c4 /vcalendar
parentFix lingering strbuf off by one error. (diff)
downloadcalp-c5e511a8b6e4488d35e18d9d2defba5508bfb8f2.tar.gz
calp-c5e511a8b6e4488d35e18d9d2defba5508bfb8f2.tar.xz
Expose KEY(TRIE(content_line)) to scheme.
Diffstat (limited to 'vcalendar')
-rw-r--r--vcalendar/primitive.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/vcalendar/primitive.scm b/vcalendar/primitive.scm
index aa182040..b4ba1f38 100644
--- a/vcalendar/primitive.scm
+++ b/vcalendar/primitive.scm
@@ -10,7 +10,9 @@
%vcomponent-type
%vcomponent-set-attribute!
- %vcomponent-get-attribute))
+ %vcomponent-get-attribute
+
+ %vcomponent-attribute-list))
(setenv "LD_LIBRARY_PATH" (dirname (dirname (current-filename))))
(load-extension "libguile-calendar" "init_lib")