aboutsummaryrefslogtreecommitdiff
path: root/vcalendar/primitive.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-03-08 10:12:04 +0100
committerHugo Hörnquist <hugo@hornquist.se>2019-03-08 10:12:04 +0100
commitd89343bf6959e8a0f9bf891a8773daf6b8a9825b (patch)
tree1dfe746619bf4b044fcae3eddec6fbcaa081feeb /vcalendar/primitive.scm
parentRemove C hash library. (diff)
downloadcalp-d89343bf6959e8a0f9bf891a8773daf6b8a9825b.tar.gz
calp-d89343bf6959e8a0f9bf891a8773daf6b8a9825b.tar.xz
Add copy-vevent.
Diffstat (limited to 'vcalendar/primitive.scm')
-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")