[latex3-commits] [git/LaTeX3-latex3-latex3] master: Drop nopar in xmarks (3e93ef8)

Joseph Wright joseph.wright at morningstar2.co.uk
Fri Sep 14 12:36:45 CEST 2018


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

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

commit 3e93ef881bf4510634c3ef7b03facceb0b2e5b4f
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Sep 14 11:33:53 2018 +0100

    Drop nopar in xmarks


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

3e93ef881bf4510634c3ef7b03facceb0b2e5b4f
 l3experimental/xmarks/xmarks.dtx |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/l3experimental/xmarks/xmarks.dtx b/l3experimental/xmarks/xmarks.dtx
index ec664dc..40df954 100644
--- a/l3experimental/xmarks/xmarks.dtx
+++ b/l3experimental/xmarks/xmarks.dtx
@@ -346,7 +346,7 @@
 \cs_new_protected:Npn \@@_store:N #1
   { \tex_mark:D { \prop_map_function:NN #1 \@@_store_aux:nn } }
 \cs_new:Npn \@@_store_aux:nn #1#2 { \exp_not:n { { } {#1} {#2} } }
-\cs_new_protected_nopar:Npn \@@_read:N
+\cs_new_protected:Npn \@@_read:N
   { \exp_after:wN \@@_read_aux:nN \exp_after:wN { \tex_botmark:D } }
 \cs_new_protected:Npn \@@_read_aux:nN #1#2
   {
@@ -412,7 +412,7 @@
 %   \cs{g_@@_last_prop} to the data that was stored in \tn{botmark},
 %   \emph{i.e.}, to the info-numbers from this page.
 %    \begin{macrocode}
-\cs_new_protected_nopar:Npn \marks_update_structure:
+\cs_new_protected:Npn \marks_update_structure:
   {
     \prop_map_function:NN \g_@@_last_prop \@@_update_structure_aux:nn
     \@@_read:N \g_@@_last_prop
@@ -574,7 +574,7 @@
 %   structures are easy, and the various mark types are handled with a
 %   simple loop, done inline for speed.
 %    \begin{macrocode}
-\cs_new_protected_nopar:Npn \marks_save_state:
+\cs_new_protected:Npn \marks_save_state:
   {
 %<*trace>
     \trace_marks:n { saving~state }
@@ -592,7 +592,7 @@
 %   as this can only be used correctly as part of a broader restore chain
 %   involving the output routine.
 %    \begin{macrocode}
-\cs_new_protected_nopar:Npn \@@_restore_state:
+\cs_new_protected:Npn \@@_restore_state:
   {
 %<*trace>
       \trace_marks:n { restoring~state }





More information about the latex3-commits mailing list