From c5e511a8b6e4488d35e18d9d2defba5508bfb8f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sat, 2 Mar 2019 17:48:17 +0100 Subject: Expose KEY(TRIE(content_line)) to scheme. --- vcalendar/primitive.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'vcalendar') 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") -- cgit v1.2.3