diff options
Diffstat (limited to 'tex/context/base/node-rul.lua')
-rw-r--r-- | tex/context/base/node-rul.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tex/context/base/node-rul.lua b/tex/context/base/node-rul.lua index ddbd3963b..736b67a7f 100644 --- a/tex/context/base/node-rul.lua +++ b/tex/context/base/node-rul.lua @@ -451,6 +451,7 @@ implement { implement { name = "enablerules", + once = true, actions = nodes.rules.enable } @@ -469,5 +470,6 @@ implement { implement { name = "enableshifts", + once = true, actions = nodes.shifts.enable } |