[latex3-commits] [git/LaTeX3-latex3-latex3] master: One renamed primitive missed (e092156)
Bruno Le Floch
bruno at le-floch.fr
Mon May 7 20:11:45 CEST 2018
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/e0921569ed915bcb12913b368363645669e36a2d
>---------------------------------------------------------------
commit e0921569ed915bcb12913b368363645669e36a2d
Author: Bruno Le Floch <bruno at le-floch.fr>
Date: Mon May 7 14:11:45 2018 -0400
One renamed primitive missed
>---------------------------------------------------------------
e0921569ed915bcb12913b368363645669e36a2d
l3kernel/l3candidates.dtx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/l3kernel/l3candidates.dtx b/l3kernel/l3candidates.dtx
index d0ade1e..bb146de 100644
--- a/l3kernel/l3candidates.dtx
+++ b/l3kernel/l3candidates.dtx
@@ -2125,7 +2125,7 @@
% using \cs{file_get_full_name:nN} and so are non-expandable \texttt{get}
% functions. Much of the code is repetitive but we need to branch for
% \LuaTeX{} (emulation in Lua), for the slightly different syntax
-% needed for \tn{pdftex_mdfivesum:D} and for the fact that primitive
+% needed for \tn{tex_mdfivesum:D} and for the fact that primitive
% coverage varies in other engines.
% \begin{macrocode}
\cs_new_protected:Npn \file_get_mdfive_hash:nN #1#2
@@ -2139,7 +2139,7 @@
\file_get_full_name:nN {#1} \l_@@_full_name_str
\str_set:Nx #3
{
- \use:c { pdftex_file #2 :D } \exp_after:wN
+ \use:c { tex_file #2 :D } \exp_after:wN
{ \l_@@_full_name_str }
}
}
More information about the latex3-commits
mailing list