summaryrefslogtreecommitdiff
path: root/tex/context/base/buff-ini.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/buff-ini.lua')
-rw-r--r--tex/context/base/buff-ini.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/tex/context/base/buff-ini.lua b/tex/context/base/buff-ini.lua
index b3ab0c2a7..0cf8c8804 100644
--- a/tex/context/base/buff-ini.lua
+++ b/tex/context/base/buff-ini.lua
@@ -59,7 +59,6 @@ function buffers.append(name, str)
data[name] = (data[name] or "") .. str
end
-
buffers.flags.store_as_table = true
-- to be sorted out: crlf + \ ; slow now
@@ -314,7 +313,7 @@ end
local printer = (lpeg.patterns.textline/texprint)^0
function buffers.get(name)
- local b = buffers.data[name]
+ local b = data[name]
if b then
if type(b) == "table" then
for i=1,#b do