diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/cldf-com.lua')
-rw-r--r-- | Master/texmf-dist/tex/context/base/cldf-com.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/context/base/cldf-com.lua b/Master/texmf-dist/tex/context/base/cldf-com.lua index fa0dbed3e45..bd357b712b2 100644 --- a/Master/texmf-dist/tex/context/base/cldf-com.lua +++ b/Master/texmf-dist/tex/context/base/cldf-com.lua @@ -6,6 +6,8 @@ if not modules then modules = { } end modules ['cldf-com'] = { license = "see context related readme files" } +-- todo ... needs more thinking ... a special table toolkit + local tostring = tostring local context = context local generics = context.generics -- needs documentation |