diff options
author | Karl Berry <karl@freefriends.org> | 2010-05-14 18:32:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-05-14 18:32:51 +0000 |
commit | 37056aa438ffe6895f43f303d6de45bdafefdccd (patch) | |
tree | 9af7cb5ca6f5ed3bcf8792c435330808456373d5 /Master/texmf-dist/tex/luatex/luamplib/luamplib-createmem.lua | |
parent | 1d462235e9301d809d6f8b600e52e43481d77fa4 (diff) |
luamplib update (13may10)
git-svn-id: svn://tug.org/texlive/trunk@18255 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/luatex/luamplib/luamplib-createmem.lua')
-rw-r--r-- | Master/texmf-dist/tex/luatex/luamplib/luamplib-createmem.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/luatex/luamplib/luamplib-createmem.lua b/Master/texmf-dist/tex/luatex/luamplib/luamplib-createmem.lua index 4881dcd33a2..7d3d611110c 100644 --- a/Master/texmf-dist/tex/luatex/luamplib/luamplib-createmem.lua +++ b/Master/texmf-dist/tex/luatex/luamplib/luamplib-createmem.lua @@ -49,7 +49,7 @@ makeformat = function (name, mem_name) end end -makeformat("plain", "mplib-luatex.mem") +makeformat("plain", "luatex-plain.mem") -- -- End of File `luamplib-createmem.lua'. |