diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/l3kernel/l3luatex.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/l3kernel/l3luatex.sty | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/l3kernel/l3luatex.sty b/Master/texmf-dist/tex/latex/l3kernel/l3luatex.sty index c9db7919b6b..cbecb20c036 100644 --- a/Master/texmf-dist/tex/latex/l3kernel/l3luatex.sty +++ b/Master/texmf-dist/tex/latex/l3kernel/l3luatex.sty @@ -22,7 +22,7 @@ %% %% http://www.latex-project.org/lppl.txt %% -%% This file is part of the "expl3 bundle" (The Work in LPPL) +%% This file is part of the "l3kernel bundle" (The Work in LPPL) %% and all files in that bundle must be distributed together. %% %% The released version of this bundle is available from CTAN. @@ -46,7 +46,7 @@ %% %% ----------------------------------------------------------------------- \RequirePackage{l3names} -\GetIdInfo$Id: l3luatex.dtx 2617 2011-08-18 08:13:44Z joseph $ +\GetIdInfo$Id: l3luatex.dtx 2798 2011-09-10 15:42:13Z will $ {L3 Experimental LuaTeX-specific functions} \ProvidesExplPackage {\ExplFileName}{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription} @@ -86,7 +86,7 @@ \int_compare:nNnTF { \g_cctab_allocate_int } < { \c_max_register_int + 1 } { - \pref_global:D \tex_mathchardef:D #1 \g_cctab_allocate_int + \tex_global:D \tex_mathchardef:D #1 \g_cctab_allocate_int \luatex_initcatcodetable:D #1 } { \msg_kernel_fatal:nnx { alloc } { out-of-registers } { cctab } } |