[latex3-commits] [git/LaTeX3-latex3-latex3] scan-quark: Replace quarks by scan marks in l3keys2e (5fe9497a8)

PhelypeOleinik tex.phelype at gmail.com
Sat Mar 21 04:27:22 CET 2020


Repository : https://github.com/latex3/latex3
On branch  : scan-quark
Link       : https://github.com/latex3/latex3/commit/5fe9497a82c605e0b5cb54d46323566af689b272

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

commit 5fe9497a82c605e0b5cb54d46323566af689b272
Author: PhelypeOleinik <tex.phelype at gmail.com>
Date:   Sat Mar 21 00:27:22 2020 -0300

    Replace quarks by scan marks in l3keys2e


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

5fe9497a82c605e0b5cb54d46323566af689b272
 l3packages/l3keys2e/l3keys2e.dtx | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/l3packages/l3keys2e/l3keys2e.dtx b/l3packages/l3keys2e/l3keys2e.dtx
index d6701c451..c848d2b1f 100644
--- a/l3packages/l3keys2e/l3keys2e.dtx
+++ b/l3packages/l3keys2e/l3keys2e.dtx
@@ -158,6 +158,13 @@
 %    \end{macrocode}
 % \end{macro}
 %
+% \begin{variable}{\s_@@_stop}
+%   Internal scan marks.
+%    \begin{macrocode}
+\scan_new:N \s_@@_stop
+%    \end{macrocode}
+% \end{variable}
+%
 % \begin{macro}{\l_@@_process_class_bool}
 %   A flag to indicate that class options should be processed for
 %   packages.
@@ -299,8 +306,8 @@
 %   so that there will always be a sign available.
 %    \begin{macrocode}
 \cs_new:Npn \@@_latexe_remove_equals:n #1
-  { \@@_latexe_remove_equals:w #1 = \q_stop }
-\cs_new:Npn \@@_latexe_remove_equals:w #1 = #2 \q_stop { \exp_not:n {#1} }
+  { \@@_latexe_remove_equals:w #1 = \s_@@_stop }
+\cs_new:Npn \@@_latexe_remove_equals:w #1 = #2 \s_@@_stop { \exp_not:n {#1} }
 %    \end{macrocode}
 % \end{macro}
 % \end{macro}





More information about the latex3-commits mailing list.