From d89343bf6959e8a0f9bf891a8773daf6b8a9825b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 8 Mar 2019 10:12:04 +0100 Subject: Add copy-vevent. --- 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 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") -- cgit v1.2.3