summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/luatex/luatextra/luatextra.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/luatex/luatextra/luatextra.lua')
-rw-r--r--Master/texmf-dist/tex/luatex/luatextra/luatextra.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/luatex/luatextra/luatextra.lua b/Master/texmf-dist/tex/luatex/luatextra/luatextra.lua
index 5c4a0f947af..02313348446 100644
--- a/Master/texmf-dist/tex/luatex/luatextra/luatextra.lua
+++ b/Master/texmf-dist/tex/luatex/luatextra/luatextra.lua
@@ -34,9 +34,9 @@ module("luatextra", package.seeall)
luatextra.modules = {}
luatextra.modules['luatextra'] = {
- version = 0.93,
+ version = 0.94,
name = "luatextra",
- date = "2009/04/15",
+ date = "2009/09/22",
description = "Additional low level functions for LuaTeX",
author = "Elie Roux",
copyright = "Elie Roux, 2009",
@@ -68,7 +68,7 @@ function luatextra.module_error(package, msg, helpmsg)
if helpmsg then
tex.sprint(format("\\errhelp{%s}", helpmsg))
end
- tex.sprint(format("\\luaModuleError{%s}{%s}", package, msg))
+ tex.sprint(format("\\luatexModuleError{%s}{%s}", package, msg))
end
function luatextra.module_warning(modulename, msg)