diff options
Diffstat (limited to 'tex/context/base/mlib-ctx.lua')
-rw-r--r-- | tex/context/base/mlib-ctx.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mlib-ctx.lua b/tex/context/base/mlib-ctx.lua index b437e1212..3fe7118b7 100644 --- a/tex/context/base/mlib-ctx.lua +++ b/tex/context/base/mlib-ctx.lua @@ -341,7 +341,7 @@ function mptex.set(str) end function mptex.setfrombuffer(name) - environments[#environments+1] = buffers.content(name) + environments[#environments+1] = buffers.getcontent(name) end function mptex.get() |