summaryrefslogtreecommitdiff
path: root/tex/context/base/buff-ini.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2010-08-14 15:56:20 +0300
committerMarius <mariausol@gmail.com>2010-08-14 15:56:20 +0300
commitb469b8ec1b494ab72cd462bfc539ce01440e6aaf (patch)
tree3a9c3fb8433c5f75020fef1d531bedb7c948f66c /tex/context/base/buff-ini.lua
parent39e30629c15ae4a899532d84c4abea127f2847a6 (diff)
downloadcontext-b469b8ec1b494ab72cd462bfc539ce01440e6aaf.tar.gz
beta 2010.08.10 17:14
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