summaryrefslogtreecommitdiff
path: root/tex/context/base/math-tag.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/math-tag.lua')
-rw-r--r--tex/context/base/math-tag.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/math-tag.lua b/tex/context/base/math-tag.lua
index 61d28edde..0d900b3a1 100644
--- a/tex/context/base/math-tag.lua
+++ b/tex/context/base/math-tag.lua
@@ -315,7 +315,7 @@ process = function(start) -- we cannot use the processor as we have no finalizer
runner(getlist(n),depth+1)
elseif id == glyph_code then
runner(getfield(n,"components"),depth+1) -- this should not be needed
- elseif id == disc_node then
+ elseif id == disc_code then
runner(getfield(n,"pre"),depth+1) -- idem
runner(getfield(n,"post"),depth+1) -- idem
runner(getfield(n,"replace"),depth+1) -- idem