summaryrefslogtreecommitdiff
path: root/tex/context/base/math-noa.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2014-10-08 16:51:00 +0530
committerHans Hagen <pragma@wxs.nl>2014-10-08 16:51:00 +0530
commit45cca8b255d3a5816230095ad0395a6d1dc2cdba (patch)
tree65104781fe8a56bd76400e136526fc97c8c61328 /tex/context/base/math-noa.lua
parent4d782ec7e30ef87dcfd0be14904ab5217e564320 (diff)
downloadcontext-45cca8b255d3a5816230095ad0395a6d1dc2cdba.tar.gz
beta 2014.10.08 16:51
Diffstat (limited to 'tex/context/base/math-noa.lua')
-rw-r--r--tex/context/base/math-noa.lua8
1 files changed, 4 insertions, 4 deletions
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