diff options
author | Hans Hagen <pragma@wxs.nl> | 2012-08-16 22:20:00 +0200 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2012-08-16 22:20:00 +0200 |
commit | bc1e8c26c1c0596eb7410b522bff296fa6e7e2fc (patch) | |
tree | 82f6f25cd9d26e77a0c076cc1694e1d247f3cd19 /tex/context/base/trac-inf.lua | |
parent | 0dc23517ffebac8da38bbf8b4b8753d2a39848a7 (diff) | |
download | context-bc1e8c26c1c0596eb7410b522bff296fa6e7e2fc.tar.gz |
beta 2012.08.16 22:20
Diffstat (limited to 'tex/context/base/trac-inf.lua')
-rw-r--r-- | tex/context/base/trac-inf.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/trac-inf.lua b/tex/context/base/trac-inf.lua index cbc9d13f8..4f5f6ed98 100644 --- a/tex/context/base/trac-inf.lua +++ b/tex/context/base/trac-inf.lua @@ -96,7 +96,7 @@ statistics.elapsedtime = elapsedtime statistics.elapsedindeed = elapsedindeed statistics.elapsedseconds = elapsedseconds --- general function +-- general function .. we might split this module function statistics.register(tag,fnc) if statistics.enable and type(fnc) == "function" then |