aboutsummaryrefslogtreecommitdiff
path: root/vcalendar.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-03-08 10:12:16 +0100
committerHugo Hörnquist <hugo@hornquist.se>2019-03-08 10:12:16 +0100
commit9b786efd46e23890f4195ff2616add916edf6741 (patch)
tree5721f99b1944a8a5b090c922e86ce4b965574498 /vcalendar.scm
parentAdd copy-vevent. (diff)
downloadcalp-9b786efd46e23890f4195ff2616add916edf6741.tar.gz
calp-9b786efd46e23890f4195ff2616add916edf6741.tar.xz
Varius minor fixes.
Diffstat (limited to '')
-rw-r--r--vcalendar.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcalendar.scm b/vcalendar.scm
index 89dd682b..1bf0a1bb 100644
--- a/vcalendar.scm
+++ b/vcalendar.scm
@@ -58,5 +58,6 @@
(set! (attr ev field)
(transformer (attr ev field))))
+;; { (attr ev field) := (transformer (attr ev field)) }
(define-public copy-vcomponent %vcomponent-shallow-copy)