From 45cca8b255d3a5816230095ad0395a6d1dc2cdba Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Wed, 8 Oct 2014 16:51:00 +0530 Subject: beta 2014.10.08 16:51 --- tex/context/base/math-noa.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tex/context/base/math-noa.lua') diff --git a/tex/context/base/math-noa.lua b/tex/context/base/math-noa.lua index 3a0af01cc..9ff3e6bda 100644 --- a/tex/context/base/math-noa.lua +++ b/tex/context/base/math-noa.lua @@ -170,10 +170,10 @@ local function process(start,what,n,parent) elseif id == math_char or id == math_textchar or id == math_delim then break elseif id == math_noad then -if prev then - -- we have no proper prev in math nodes yet - setfield(start,"prev",prev) -end +-- if prev then +-- -- we have no proper prev in math nodes yet +-- setfield(start,"prev",prev) +-- end local noad = getfield(start,"nucleus") if noad then process(noad,what,n,start) end -- list noad = getfield(start,"sup") if noad then process(noad,what,n,start) end -- list -- cgit v1.2.3