summaryrefslogtreecommitdiff
path: root/tex/context/base/type-ini.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2013-05-09 16:40:24 +0300
committerMarius <mariausol@gmail.com>2013-05-09 16:40:24 +0300
commit2b86b3c259cdb4df4fda41889ecad9d3f366c973 (patch)
tree28cb7e5a0e41eabb797e94b53d53ff5e0a294d82 /tex/context/base/type-ini.lua
parentfcc0b3c67c2840d82aee0bb84eac8b3449b09afd (diff)
downloadcontext-2b86b3c259cdb4df4fda41889ecad9d3f366c973.tar.gz
beta 2013.05.09 15:23
Diffstat (limited to 'tex/context/base/type-ini.lua')
-rw-r--r--tex/context/base/type-ini.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/type-ini.lua b/tex/context/base/type-ini.lua
index 03cdb0fe5..9ee97acae 100644
--- a/tex/context/base/type-ini.lua
+++ b/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