summaryrefslogtreecommitdiff
path: root/tex/context/base/mult-low.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mult-low.lua')
-rw-r--r--tex/context/base/mult-low.lua7
1 files changed, 6 insertions, 1 deletions
diff --git a/tex/context/base/mult-low.lua b/tex/context/base/mult-low.lua
index fe4a34337..586b54813 100644
--- a/tex/context/base/mult-low.lua
+++ b/tex/context/base/mult-low.lua
@@ -173,6 +173,9 @@ return {
--
"scratchwidth", "scratchheight", "scratchdepth", "scratchoffset", "scratchdistance",
"scratchhsize", "scratchvsize",
+ "scratchxoffset", "scratchyoffset", "scratchhoffset", "scratchvoffset",
+ "scratchxposition", "scratchyposition",
+ "scratchtopoffset", "scratchbottomoffset", "scratchleftoffset", "scratchrightoffset",
--
"scratchcounterone", "scratchcountertwo", "scratchcounterthree",
"scratchdimenone", "scratchdimentwo", "scratchdimenthree",
@@ -180,6 +183,7 @@ return {
"scratchmuskipone", "scratchmuskiptwo", "scratchmuskipthree",
"scratchtoksone", "scratchtokstwo", "scratchtoksthree",
"scratchboxone", "scratchboxtwo", "scratchboxthree",
+ "scratchnx", "scratchny",
--
"doif", "doifnot", "doifelse",
"doifinset", "doifnotinset", "doifinsetelse",
@@ -214,7 +218,8 @@ return {
"setuvalue", "setuevalue", "setugvalue", "setuxvalue",
"globallet", "glet",
"getparameters", "geteparameters", "getgparameters", "getxparameters", "forgetparameters", "copyparameters",
- "getdummyparameters", "dummyparameter", "directdummyparameter",
+ --
+ "getdummyparameters", "dummyparameter", "directdummyparameter", "setdummyparameter", "letdummyparameter",
--
"processcommalist", "processcommacommand", "quitcommalist", "quitprevcommalist",
"processaction", "processallactions", "processfirstactioninset", "processallactionsinset",