diff options
Diffstat (limited to 'core/text.nom')
| -rw-r--r-- | core/text.nom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/text.nom b/core/text.nom index 701b1cd..a82e9df 100644 --- a/core/text.nom +++ b/core/text.nom @@ -124,7 +124,7 @@ lua> ".." }; for name, e in pairs(escapes) do local lua = "'"..e.."'" - nomsu.COMPILE_ACTIONS[name] = function(nomsu, tree) + COMPILE_ACTIONS[name] = function(nomsu, tree) return LuaCode.Value(tree.source, lua) end end |
