aboutsummaryrefslogtreecommitdiff
path: root/vcalendar/primitive.scm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--vcalendar/primitive.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/vcalendar/primitive.scm b/vcalendar/primitive.scm
index b4ba1f38..e575115c 100644
--- a/vcalendar/primitive.scm
+++ b/vcalendar/primitive.scm
@@ -12,7 +12,9 @@
%vcomponent-set-attribute!
%vcomponent-get-attribute
- %vcomponent-attribute-list))
+ %vcomponent-attribute-list
+
+ %vcomponent-shallow-copy))
(setenv "LD_LIBRARY_PATH" (dirname (dirname (current-filename))))
(load-extension "libguile-calendar" "init_lib")