summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/typo-chr.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2018-08-11 01:23:08 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2018-08-11 01:23:08 +0200
commit1ef7a093aaf03b6327b3da94d47f53760c868c60 (patch)
tree228e6d4a5005598aaea191b3317c2fa21e22de75 /tex/context/base/mkiv/typo-chr.lua
parentb61d5dd3555e906b21601ff75b3268c0f359283e (diff)
downloadcontext-1ef7a093aaf03b6327b3da94d47f53760c868c60.tar.gz
2018-08-10 16:58:00
Diffstat (limited to 'tex/context/base/mkiv/typo-chr.lua')
-rw-r--r--tex/context/base/mkiv/typo-chr.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/tex/context/base/mkiv/typo-chr.lua b/tex/context/base/mkiv/typo-chr.lua
index ecde8f000..fe70ec6de 100644
--- a/tex/context/base/mkiv/typo-chr.lua
+++ b/tex/context/base/mkiv/typo-chr.lua
@@ -22,6 +22,7 @@ if not modules then modules = { } end modules ['typo-chr'] = {
-- local getid = nuts.getid
-- local getprev = nuts.getprev
-- local getchar = nuts.getchar
+-- local getdata = nuts.getdata
-- local getfield = nuts.getfield
--
-- local remove_node = nuts.remove
@@ -51,7 +52,7 @@ if not modules then modules = { } end modules ['typo-chr'] = {
-- local done = false
-- for n, subtype in nextwhatsit, head do
-- if subtype == user_code and getfield(n,"user_id") == signal and getfield(n,"type") == 115 then
--- local action = actions[getfield(n,"value")]
+-- local action = actions[getdata(n)]
-- if action then
-- head = action(h,n)
-- end