summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3luatex.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3luatex.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3luatex.dtx14
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3luatex.dtx b/Master/texmf-dist/source/latex/l3kernel/l3luatex.dtx
index baf21f14990..15e6c362d75 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3luatex.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3luatex.dtx
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%
-%% File: l3luatex.dtx Copyright (C) 2010,2011 The LaTeX3 Project
+%% File: l3luatex.dtx Copyright (C) 2010-2012 The LaTeX3 Project
%%
%% It may be distributed and/or modified under the conditions of the
%% LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -35,7 +35,7 @@
%
%<*driver|package>
\RequirePackage{l3names}
-\GetIdInfo$Id: l3luatex.dtx 3086 2011-12-22 17:55:46Z bruno $
+\GetIdInfo$Id: l3luatex.dtx 3158 2012-01-09 00:47:42Z bruno $
{L3 Experimental LuaTeX-specific functions}
%</driver|package>
%<*driver>
@@ -340,7 +340,7 @@
%
% \begin{macro}{\cctab_begin:N}
% \begin{macro}{\cctab_end:}
-% \begin{variable}{\l_cctab_tmp_tl}
+% \begin{variable}{\l_cctab_internal_tl}
% The aim here is to ensure that the saved tables are read-only. This is
% done by using a stack of tables which are not read only, and actually
% having them as \enquote{in use} copies.
@@ -359,9 +359,9 @@
{
\int_gsub:Nn \g_cctab_stack_int { \c_two }
\seq_if_empty:NTF \g_cctab_stack_seq
- { \tl_set:Nn \l_cctab_tmp_tl { 0 } }
- { \seq_gpop:NN \g_cctab_stack_seq \l_cctab_tmp_tl }
- \luatex_catcodetable:D \l_cctab_tmp_tl \scan_stop:
+ { \tl_set:Nn \l_cctab_internal_tl { 0 } }
+ { \seq_gpop:NN \g_cctab_stack_seq \l_cctab_internal_tl }
+ \luatex_catcodetable:D \l_cctab_internal_tl \scan_stop:
}
\luatex_if_engine:F
{
@@ -383,7 +383,7 @@
\cs_set_protected_nopar:Npn \cctab_end: { \EndCatcodeRegime }
}
%</package>
-\tl_new:N \l_cctab_tmp_tl
+\tl_new:N \l_cctab_internal_tl
% \end{macrocode}
% \end{variable}
% \end{macro}