aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès2008-12-07 15:22:29 +0100
committerLudovic Courtès2008-12-07 15:22:29 +0100
commitd1dc7794a28366ef7110a68feba2baeac0363573 (patch)
treebc685c2e0b1ea949d06e68f4898cd74676f1b85f
parentcb4646af4641474d195f7481a735769ae04fb600 (diff)
downloadskribilo-d1dc7794a28366ef7110a68feba2baeac0363573.tar.gz
skribilo-d1dc7794a28366ef7110a68feba2baeac0363573.tar.lz
skribilo-d1dc7794a28366ef7110a68feba2baeac0363573.zip
base engine: Pass location information appropriately.
* src/guile/skribilo/engine/base.scm (&the-index): Pass LOC using `:&location'.
-rw-r--r--src/guile/skribilo/engine/base.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guile/skribilo/engine/base.scm b/src/guile/skribilo/engine/base.scm
index 4f35fc7..b4e5fd9 100644
--- a/src/guile/skribilo/engine/base.scm
+++ b/src/guile/skribilo/engine/base.scm
@@ -472,7 +472,7 @@
(make-column ie pref)))
(else
(table :width 100.
- ;;:&skribe-eval-location loc
+ :&location loc
:class "index-table"
(make-sub-tables ie nc pref))))))
(output (evaluate-document t e) e))))