diff options
Diffstat (limited to 'tex/context/base/trac-set.lua')
| -rw-r--r-- | tex/context/base/trac-set.lua | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/tex/context/base/trac-set.lua b/tex/context/base/trac-set.lua index 27b5f17f2..f7708b5d5 100644 --- a/tex/context/base/trac-set.lua +++ b/tex/context/base/trac-set.lua @@ -74,6 +74,10 @@ local function set(t,what,newvalue)      if type(what) ~= "table" then          return      end +    if not done then -- catch ... why not set? +        done = { } +        t.done = done +    end      for w, value in next, what do          if value == "" then              value = newvalue | 
