aboutsummaryrefslogtreecommitdiff
path: root/src/guile/skribilo/package/pie.scm
diff options
context:
space:
mode:
Diffstat (limited to 'src/guile/skribilo/package/pie.scm')
-rw-r--r--src/guile/skribilo/package/pie.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/guile/skribilo/package/pie.scm b/src/guile/skribilo/package/pie.scm
index 8ccf858..232ef9c 100644
--- a/src/guile/skribilo/package/pie.scm
+++ b/src/guile/skribilo/package/pie.scm
@@ -1,6 +1,6 @@
;;; pie.scm -- An pie-chart formatting package.
;;;
-;;; Copyright 2005, 2006 Ludovic Courtès <ludovic.courtes@laas.fr>
+;;; Copyright 2005, 2006, 2007 Ludovic Courtès <ludovic.courtes@laas.fr>
;;;
;;;
;;; This program is free software; you can redistribute it and/or modify
@@ -52,6 +52,7 @@
(new container
(markup 'pie)
(ident (or ident (symbol->string (gensym "pie"))))
+ (loc &invocation-location)
(options (the-options opts))
(body (the-body opts))))
@@ -60,6 +61,7 @@
(new container
(markup 'slice)
(ident (or ident (symbol->string (gensym "slice"))))
+ (loc &invocation-location)
(weight weight)
(color color)
(detach? detach?)
@@ -71,6 +73,7 @@
(new markup
(markup 'sliceweight)
(ident (or ident (symbol->string (gensym "sliceweight"))))
+ (loc &invocation-location)
(percentage? percentage?)
(options (the-options opts))
(body '())))