summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/context/base/type-ini.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/context/base/type-ini.lua')
-rw-r--r--Master/texmf-dist/tex/context/base/type-ini.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/context/base/type-ini.lua b/Master/texmf-dist/tex/context/base/type-ini.lua
index 03cdb0fe571..9ee97acaed3 100644
--- a/Master/texmf-dist/tex/context/base/type-ini.lua
+++ b/Master/texmf-dist/tex/context/base/type-ini.lua
@@ -18,11 +18,11 @@ local patterns = { "type-imp-%s.mkiv", "type-imp-%s.tex", "type-%s.mkiv", "type-
local function action(name,foundname)
-- context.startreadingfile()
- -- context.pushendofline()
-- context.unprotect()
+ -- context.pushendofline()
-- context.input(foundname)
- -- context.protect()
-- context.popendofline()
+ -- context.protect()
-- context.stopreadingfile()
context.loadfoundtypescriptfile(foundname)
end