summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/strc-tag.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/strc-tag.lmt')
-rw-r--r--tex/context/base/mkxl/strc-tag.lmt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/mkxl/strc-tag.lmt b/tex/context/base/mkxl/strc-tag.lmt
index 11049abe0..96510f24e 100644
--- a/tex/context/base/mkxl/strc-tag.lmt
+++ b/tex/context/base/mkxl/strc-tag.lmt
@@ -263,11 +263,11 @@ function tags.locatedtag(tag)
return false -- handy as bogus index
end
-function structures.atlocation(str)
+function structures.atlocation(str) -- not used
local specification = taglist[texgetattribute(a_tagged)]
if specification then
+ local list = specification.taglist
if list then
- local taglist = specification.taglist
local pattern = patterns[str]
for i=#list,1,-1 do
if find(list[i],pattern) then