diff options
Diffstat (limited to 'tex/context/base/strc-reg.lua')
-rw-r--r-- | tex/context/base/strc-reg.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/strc-reg.lua b/tex/context/base/strc-reg.lua index 03f4ae0be..ff30bb0df 100644 --- a/tex/context/base/strc-reg.lua +++ b/tex/context/base/strc-reg.lua @@ -823,7 +823,7 @@ end registers.analyze = analyzeregister -function registers.analyze(class,options) +function commands.analyzeregister(class,options) context(analyzeregister(class,options)) end |