summaryrefslogtreecommitdiff
path: root/tex/context/base/publ-jrn.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/publ-jrn.lua')
-rw-r--r--tex/context/base/publ-jrn.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tex/context/base/publ-jrn.lua b/tex/context/base/publ-jrn.lua
index 2e0408417..0cc41862f 100644
--- a/tex/context/base/publ-jrn.lua
+++ b/tex/context/base/publ-jrn.lua
@@ -19,6 +19,7 @@ if not modules then modules = { } end modules ['publ-jrn'] = {
local context = context
local commands = commands
+local type = type
local find = string.find
local P, C, S, Cs, lpegmatch, lpegpatterns = lpeg.P, lpeg.C, lpeg.S, lpeg.Cs, lpeg.match, lpeg.patterns