[latex3-commits] [git/LaTeX3-latex3-latex3] master: Fix wrong signature (c788e78eb)

Marcel Fabian Krüger tex at 2krueger.de
Sun Sep 13 01:30:12 CEST 2020


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/c788e78eb220f8f1344322e2c59ed26e548250a0

>---------------------------------------------------------------

commit c788e78eb220f8f1344322e2c59ed26e548250a0
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Sun Sep 13 01:30:12 2020 +0200

    Fix wrong signature


>---------------------------------------------------------------

c788e78eb220f8f1344322e2c59ed26e548250a0
 l3kernel/l3bootstrap.dtx | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/l3kernel/l3bootstrap.dtx b/l3kernel/l3bootstrap.dtx
index 43558f21a..0ea97070b 100644
--- a/l3kernel/l3bootstrap.dtx
+++ b/l3kernel/l3bootstrap.dtx
@@ -182,16 +182,16 @@
 %   For \LuaTeX{} we make sure the basic support is loaded:
 %   this is only necessary in plain.
 %
-%   Additionally we just ensure that \TeX{} has seen the csnames \cs{prg_return_true:N}
-%   and \cs{prg_return_false:N} before the Lua code builds these tokens.
+%   Additionally we just ensure that \TeX{} has seen the csnames \cs{prg_return_true:}
+%   and \cs{prg_return_false:} before the Lua code builds these tokens.
 %    \begin{macrocode}
     \begingroup\expandafter\expandafter\expandafter\endgroup
     \expandafter\ifx\csname newcatcodetable\endcsname\relax
       \input{ltluatex}%
     \fi
     \begingroup\edef\ignored{%
-      \expandafter\noexpand\csname prg_return_true:N\endcsname
-      \expandafter\noexpand\csname prg_return_false:N\endcsname
+      \expandafter\noexpand\csname prg_return_true:\endcsname
+      \expandafter\noexpand\csname prg_return_false:\endcsname
     }\endgroup
     \directlua{require("expl3")}%
 %    \end{macrocode}





More information about the latex3-commits mailing list.