[latex3-commits] [git/LaTeX3-latex3-latex3] master: Correct a value (a91c1e2)

Joseph Wright joseph.wright at morningstar2.co.uk
Mon Sep 17 18:53:23 CEST 2018


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

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

commit a91c1e234f4b2d5d32fce48a380578dcf9dc0ac3
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Sep 14 20:12:10 2018 +0100

    Correct a value


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

a91c1e234f4b2d5d32fce48a380578dcf9dc0ac3
 l3experimental/xmarks/xmarks.dtx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3experimental/xmarks/xmarks.dtx b/l3experimental/xmarks/xmarks.dtx
index 40d5b87..601273c 100644
--- a/l3experimental/xmarks/xmarks.dtx
+++ b/l3experimental/xmarks/xmarks.dtx
@@ -706,7 +706,7 @@
   }
 \cs_new_protected:Npn \trace_marks_internal:n #1
   {
-    \int_compare:nNnT \tracingmarks > 0
+    \int_compare:nNnT \tracingmarks > 1
       { \iow_log:x { Marks:~#1 } }
   }
 %</trace>





More information about the latex3-commits mailing list