summaryrefslogtreecommitdiff
path: root/tex/context/base/typo-dig.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2013-05-14 21:00:26 +0300
committerMarius <mariausol@gmail.com>2013-05-14 21:00:26 +0300
commitcdb4e4f3d46c113269b9cdadb2162a57c6c224ca (patch)
tree8a2f70dc2315a31c57e9d6b24d146297e686f00d /tex/context/base/typo-dig.lua
parent86bd4f60148236a4713cb3654cbfa0fceed727ff (diff)
downloadcontext-cdb4e4f3d46c113269b9cdadb2162a57c6c224ca.tar.gz
beta 2013.05.14 19:42
Diffstat (limited to 'tex/context/base/typo-dig.lua')
-rw-r--r--tex/context/base/typo-dig.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/typo-dig.lua b/tex/context/base/typo-dig.lua
index e6c65399d..62d17fa3b 100644
--- a/tex/context/base/typo-dig.lua
+++ b/tex/context/base/typo-dig.lua
@@ -151,7 +151,7 @@ function digits.set(n) -- number or 'reset'
texattribute[a_digits] = n
end
-digits.handler = nodes.installattributehandler {
+digits.handler = nodes.installattributehandler { -- we could avoid this wrapper
name = "digits",
namespace = digits,
processor = process,