summaryrefslogtreecommitdiff
path: root/tex/context/base/trac-log.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2013-05-16 15:00:24 +0300
committerMarius <mariausol@gmail.com>2013-05-16 15:00:24 +0300
commit586ae38c1426c635569412532fea10b2b9b0b30d (patch)
tree721dd8a412a0d9ab20fc5b986a195a5279487655 /tex/context/base/trac-log.lua
parentf8fd2c3a541d9d0cc8a093facc0ed0abf317527c (diff)
downloadcontext-586ae38c1426c635569412532fea10b2b9b0b30d.tar.gz
beta 2013.05.16 13:51
Diffstat (limited to 'tex/context/base/trac-log.lua')
-rw-r--r--tex/context/base/trac-log.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/tex/context/base/trac-log.lua b/tex/context/base/trac-log.lua
index be2a954e3..1f2520130 100644
--- a/tex/context/base/trac-log.lua
+++ b/tex/context/base/trac-log.lua
@@ -14,7 +14,7 @@ if not modules then modules = { } end modules ['trac-log'] = {
-- local texio_write_nl = texio.write_nl
-- local texio_write = texio.write
-- local io_write = io.write
---
+
-- local write_nl = function(target,...)
-- if not io_write then
-- io_write = io.write
@@ -34,7 +34,7 @@ if not modules then modules = { } end modules ['trac-log'] = {
-- io_write(target,...)
-- end
-- end
---
+
-- local write = function(target,...)
-- if not io_write then
-- io_write = io.write
@@ -51,7 +51,7 @@ if not modules then modules = { } end modules ['trac-log'] = {
-- io_write(target,...)
-- end
-- end
---
+
-- texio.write = write
-- texio.write_nl = write_nl
--