diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/cldf-ver.lua')
-rw-r--r-- | Master/texmf-dist/tex/context/base/cldf-ver.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/context/base/cldf-ver.lua b/Master/texmf-dist/tex/context/base/cldf-ver.lua index fc681e83047..237078157bb 100644 --- a/Master/texmf-dist/tex/context/base/cldf-ver.lua +++ b/Master/texmf-dist/tex/context/base/cldf-ver.lua @@ -6,8 +6,6 @@ if not modules then modules = { } end modules ['cldf-ver'] = { license = "see context related readme files" } --- tex.print == line with endlinechar appended - local concat, tohandle = table.concat, table.tohandle local find, splitlines = string.find, string.splitlines local tostring, type = tostring, type |