summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3bootstrap.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3bootstrap.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3bootstrap.dtx8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3bootstrap.dtx b/Master/texmf-dist/source/latex/l3kernel/l3bootstrap.dtx
index 2fddc7e68e3..0f255e13be1 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3bootstrap.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3bootstrap.dtx
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%
-%% File: l3bootstrap.dtx Copyright (C) 2011-2015 The LaTeX3 project
+%% File: l3bootstrap.dtx Copyright (C) 2011-2016 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
@@ -76,7 +76,7 @@
\endgroup
\def\ExplFileDate{0000/00/00}%
\def\ExplFileDescription{#2}%
- \def\ExplFileName{[unknown name]}%
+ \def\ExplFileName{[unknown]}%
\def\ExplFileExtension{[unknown extension]}%
\def\ExplFileVersion{-1}%
}%
@@ -145,7 +145,7 @@
% \end{macro}
% \end{macro}
% \end{macro}
-\GetIdInfo$Id: l3bootstrap.dtx 6320 2015-12-15 09:49:47Z joseph $
+\GetIdInfo$Id: l3bootstrap.dtx 6339 2016-01-01 09:30:10Z joseph $
{L3 Bootstrap code}%
%</driver|package>
%<*driver>
@@ -362,7 +362,7 @@
\newcatcodetable\ucharcat@table
\directlua{
l3kernel = l3kernel or { }
- local charcat_table = \number\ucharcat@table
+ local charcat_table = \number\ucharcat@table\space
l3kernel.charcat_table = charcat_table
}%
%</package>