summaryrefslogtreecommitdiff
path: root/tex/context/base/strc-lst.mkvi
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2012-11-12 18:20:22 +0200
committerMarius <mariausol@gmail.com>2012-11-12 18:20:22 +0200
commit2f3268bacfd74738c63390f4b9e3f2266ef29694 (patch)
tree2f4aa0adff045fb3dad67b2fb1e6f427ff7815d7 /tex/context/base/strc-lst.mkvi
parent049b3c22a9db6218bf934d77356cc2d397fe5078 (diff)
downloadcontext-2f3268bacfd74738c63390f4b9e3f2266ef29694.tar.gz
beta 2012.11.12 17:10
Diffstat (limited to 'tex/context/base/strc-lst.mkvi')
-rw-r--r--tex/context/base/strc-lst.mkvi4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/strc-lst.mkvi b/tex/context/base/strc-lst.mkvi
index 965e53700..2aee09fbe 100644
--- a/tex/context/base/strc-lst.mkvi
+++ b/tex/context/base/strc-lst.mkvi
@@ -364,8 +364,8 @@
\unexpanded\def\structurelistfirst {\structurelistuservariable\s!first } % s!
\unexpanded\def\structurelistsecond{\structurelistuservariable\s!second} % s!
-\unexpanded\def\rawstructurelistfirst {\rawstructurelistuservariable\s!first } % s!
-\unexpanded\def\rawstructurelistsecond{\rawstructurelistuservariable\s!second} % s!
+\def\rawstructurelistfirst {\rawstructurelistuservariable\s!first } % s! % was \unexpanded
+\def\rawstructurelistsecond{\rawstructurelistuservariable\s!second} % s! % was \unexpanded
\unexpanded\def\doifstructurelisthaspageelse
{\ctxcommand{doiflisthaspageelse("\currentlist",\currentlistindex)}}