summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/mlib-ctx.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2020-01-13 16:11:53 +0100
committerContext Git Mirror Bot <phg@phi-gamma.net>2020-01-13 16:11:53 +0100
commit994f088d3ef44b6d8bed9b32827842d9bb026c63 (patch)
treea87725cd3cbf1c2a0b2e717d8bbef56de6ab11fe /tex/context/base/mkiv/mlib-ctx.lua
parentafc6f0a4de593d7164341006a7dfc5e1add977aa (diff)
downloadcontext-994f088d3ef44b6d8bed9b32827842d9bb026c63.tar.gz
2020-01-13 15:01:00
Diffstat (limited to 'tex/context/base/mkiv/mlib-ctx.lua')
-rw-r--r--tex/context/base/mkiv/mlib-ctx.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/tex/context/base/mkiv/mlib-ctx.lua b/tex/context/base/mkiv/mlib-ctx.lua
index 7641cc6e8..c913408cd 100644
--- a/tex/context/base/mkiv/mlib-ctx.lua
+++ b/tex/context/base/mkiv/mlib-ctx.lua
@@ -89,10 +89,8 @@ local patterns = {
}
local function action(name,foundname)
+ commands.loadlibrary(name,foundname,false)
status_metapost("library %a is loaded",name)
- context.startreadingfile()
- context.input(foundname)
- context.stopreadingfile()
end
local function failure(name)