[latex3-commits] [git/LaTeX3-latex3-latex3] master: Weird stray \ (30c2598)

Joseph Wright joseph.wright at morningstar2.co.uk
Sun Jun 2 22:45:02 CEST 2019


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

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

commit 30c25989d8a176094415febb37b044671ee56b6a
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun Jun 2 21:45:02 2019 +0100

    Weird stray \


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

30c25989d8a176094415febb37b044671ee56b6a
 l3trial/l3pdf/l3pdf.dtx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3trial/l3pdf/l3pdf.dtx b/l3trial/l3pdf/l3pdf.dtx
index 7688b25..33fe389 100644
--- a/l3trial/l3pdf/l3pdf.dtx
+++ b/l3trial/l3pdf/l3pdf.dtx
@@ -233,11 +233,11 @@
   { \@@_backend_object_new:nn {#1} {#2} }
 \cs_new_protected:Npn \pdf_object_write:nn #1#2
   { \@@_backend_object_write:nn {#1} {#2} }
-\cs_generate_variant:Nn \pdf_object_write:nn { nx }\
+\cs_generate_variant:Nn \pdf_object_write:nn { nx }
 \cs_new:Npn \pdf_object_ref:n #1 { \@@_backend_object_ref:n {#1} }
 \cs_new_protected:Npn \pdf_object_now:nn #1#2
   { \@@_backend_object_now:nn {#1} {#2} }
-\cs_generate_variant:Nn \pdf_object_now:nn { nx }\
+\cs_generate_variant:Nn \pdf_object_now:nn { nx }
 \cs_new:Npn \pdf_object_last: { \@@_backend_object_last: }
 %    \end{macrocode}
 % \end{macro}





More information about the latex3-commits mailing list