summaryrefslogtreecommitdiff
path: root/tex/context/base/trac-log.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2014-05-15 19:52:00 +0200
committerHans Hagen <pragma@wxs.nl>2014-05-15 19:52:00 +0200
commitc3675f9b2c0dd9c6ae6b911593f5331dba5992a5 (patch)
tree455d6f50133766e389e7dcdb0e6af44c73f88c36 /tex/context/base/trac-log.lua
parentcc9b25a18fb0fb992f1c86b192e47ba4296e770a (diff)
downloadcontext-c3675f9b2c0dd9c6ae6b911593f5331dba5992a5.tar.gz
beta 2014.05.15 19:52
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 45cc550d4..72f271d9c 100644
--- a/tex/context/base/trac-log.lua
+++ b/tex/context/base/trac-log.lua
@@ -17,7 +17,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
@@ -37,7 +37,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
@@ -54,7 +54,7 @@ if not modules then modules = { } end modules ['trac-log'] = {
-- io_write(target,...)
-- end
-- end
-
+--
-- texio.write = write
-- texio.write_nl = write_nl
--