[latex3-commits] [git/LaTeX3-latex3-latex3] master: Make \prg_do_nothing: long rather than nopar (fixes #455) (3fcaefc)
Bruno Le Floch
bruno at le-floch.fr
Sun Apr 29 22:52:39 CEST 2018
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/3fcaefceda616df1b9bf78d12c572ffe50b0642e
>---------------------------------------------------------------
commit 3fcaefceda616df1b9bf78d12c572ffe50b0642e
Author: Bruno Le Floch <bruno at le-floch.fr>
Date: Sun Apr 29 16:52:39 2018 -0400
Make \prg_do_nothing: long rather than nopar (fixes #455)
>---------------------------------------------------------------
3fcaefceda616df1b9bf78d12c572ffe50b0642e
l3kernel/l3basics.dtx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3kernel/l3basics.dtx b/l3kernel/l3basics.dtx
index 6b8e4a8..c2f6db4 100644
--- a/l3kernel/l3basics.dtx
+++ b/l3kernel/l3basics.dtx
@@ -3395,7 +3395,7 @@
% \begin{macro}[EXP]{\prg_do_nothing:}
% This does not fit anywhere else!
% \begin{macrocode}
-\cs_new_nopar:Npn \prg_do_nothing: { }
+\cs_new:Npn \prg_do_nothing: { }
% \end{macrocode}
% \end{macro}
%
More information about the latex3-commits
mailing list