summaryrefslogtreecommitdiff
path: root/tex/context/base/toks-ini.lua
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2015-03-26 23:15:04 +0100
committerContext Git Mirror Bot <phg42.2a@gmail.com>2015-03-26 23:15:04 +0100
commit72bd1e9c8cc7fb62285350f7a550d3866e5f2a2b (patch)
tree96895437551b7ee7307f4ee102904eda79dc729d /tex/context/base/toks-ini.lua
parent68fde114493544244df1fddf2d72499cf67a764b (diff)
downloadcontext-72bd1e9c8cc7fb62285350f7a550d3866e5f2a2b.tar.gz
2015-03-26 22:54:00
Diffstat (limited to 'tex/context/base/toks-ini.lua')
-rw-r--r--tex/context/base/toks-ini.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/tex/context/base/toks-ini.lua b/tex/context/base/toks-ini.lua
index 9fcbd4345..0cd25a36c 100644
--- a/tex/context/base/toks-ini.lua
+++ b/tex/context/base/toks-ini.lua
@@ -68,6 +68,8 @@ if newtoken then
local set_macro = newtoken.set_macro
+ set_macro = function(k,v) context.setvalue(k,v or '') end
+
local bits = {
escape = 2^ 0,
begingroup = 2^ 1,