[latex3-commits] [git/LaTeX3-latex3-latex3] LaTeX2020: Simplfiy backend loading (9363a623b)
Joseph Wright
joseph.wright at morningstar2.co.uk
Thu Oct 3 14:37:22 CEST 2019
Repository : https://github.com/latex3/latex3
On branch : LaTeX2020
Link : https://github.com/latex3/latex3/commit/9363a623b382ee732ccff9454522a3e4757fa0a5
>---------------------------------------------------------------
commit 9363a623b382ee732ccff9454522a3e4757fa0a5
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Thu Oct 3 13:37:03 2019 +0100
Simplfiy backend loading
This could actually go in to master directly:
there is no real downside.
>---------------------------------------------------------------
9363a623b382ee732ccff9454522a3e4757fa0a5
l3kernel/expl3.dtx | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/l3kernel/expl3.dtx b/l3kernel/expl3.dtx
index 44e4dc0a8..c99e948c0 100644
--- a/l3kernel/expl3.dtx
+++ b/l3kernel/expl3.dtx
@@ -1245,17 +1245,6 @@
% \begin{macrocode}
\cs_gset_protected:Npn \__kernel_sys_configuration_load:n #1
{
- \group_begin:
- \cs_set_protected:Npn \ProvidesExplFile
- {
- \char_set_catcode_space:n { `\ }
- \ProvidesExplFileAux
- }
- \cs_set_protected:Npn \ProvidesExplFileAux ##1##2##3##4
- {
- \group_end:
- \ProvidesFile {##1} [ ##2~v##3~##4 ]
- }
\cs_undefine:c { ver@ #1 .def }
\@onefilewithoptions {#1} [ ] [ ]
\c_@@_def_ext_tl
More information about the latex3-commits
mailing list