[latex3-commits] [git/LaTeX3-latex3-latex2e] ltpara: \dim_set_eq:NN is a tiny bit faster here (4193f9be)

PhelypeOleinik phelype.oleinik at latex-project.org
Thu Feb 18 00:37:35 CET 2021


Repository : https://github.com/latex3/latex2e
On branch  : ltpara
Link       : https://github.com/latex3/latex2e/commit/4193f9be48fdfd8d1df8060b9942f7bbdf1c4e19

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

commit 4193f9be48fdfd8d1df8060b9942f7bbdf1c4e19
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date:   Wed Feb 17 20:37:35 2021 -0300

    \dim_set_eq:NN is a tiny bit faster here
    
    Doesn't do \dimexpr


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

4193f9be48fdfd8d1df8060b9942f7bbdf1c4e19
 base/ltpara.dtx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/base/ltpara.dtx b/base/ltpara.dtx
index 0f2674fd..f4c76b49 100644
--- a/base/ltpara.dtx
+++ b/base/ltpara.dtx
@@ -665,7 +665,7 @@
 %    \begin{macrocode}
   \group_begin:
     \tex_everypar:D {}
-    \dim_set:Nn \tex_parskip:D \c_zero_dim
+    \dim_set_eq:NN \tex_parskip:D \c_zero_dim
     \tex_noindent:D
   \group_end:
 %    \end{macrocode}





More information about the latex3-commits mailing list.