summaryrefslogtreecommitdiff
path: root/tex/context/base/node-rul.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2013-09-13 10:59:00 +0200
committerHans Hagen <pragma@wxs.nl>2013-09-13 10:59:00 +0200
commit7fcc68940757cfe828727bc0889e959af775d6dc (patch)
treeac6c77c66280a1ea9b7dae2ace5980c5f2544a6f /tex/context/base/node-rul.lua
parent25fa8618ee158cd5f1e07820963ca6956d2dd0b1 (diff)
downloadcontext-7fcc68940757cfe828727bc0889e959af775d6dc.tar.gz
beta 2013.09.13 10:59
Diffstat (limited to 'tex/context/base/node-rul.lua')
-rw-r--r--tex/context/base/node-rul.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/node-rul.lua b/tex/context/base/node-rul.lua
index 6fd0ad068..96d6bdf41 100644
--- a/tex/context/base/node-rul.lua
+++ b/tex/context/base/node-rul.lua
@@ -204,7 +204,7 @@ local function processwords(attribute,data,flush,head,parent) -- we have hlistdi
elseif id == glue_code then
-- catch \underbar{a} \underbar{a} (subtype test is needed)
local subtype = n.subtype
- if n[attribute] and (subtype == userskip_code or subtype == spaceskip_code or subskip == xspaceskip_code) then
+ if n[attribute] and (subtype == userskip_code or subtype == spaceskip_code or subtype == xspaceskip_code) then
l = n
else
head, done = flush(head,f,l,d,level,parent,strip), true