[latex3-commits] [git/LaTeX3-latex3-latex3] scan-quark: Remove unnecessary \exp_not:n (6dae1cea7)
Bruno Le Floch
bruno at le-floch.fr
Wed May 6 11:02:08 CEST 2020
Repository : https://github.com/latex3/latex3
On branch : scan-quark
Link : https://github.com/latex3/latex3/commit/6dae1cea7c95d5960b3cdf8075cdcae7e0d6af82
>---------------------------------------------------------------
commit 6dae1cea7c95d5960b3cdf8075cdcae7e0d6af82
Author: Bruno Le Floch <bruno at le-floch.fr>
Date: Wed May 6 11:02:08 2020 +0200
Remove unnecessary \exp_not:n
>---------------------------------------------------------------
6dae1cea7c95d5960b3cdf8075cdcae7e0d6af82
l3kernel/l3quark.dtx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/l3kernel/l3quark.dtx b/l3kernel/l3quark.dtx
index e39400cb8..fbb5303a5 100644
--- a/l3kernel/l3quark.dtx
+++ b/l3kernel/l3quark.dtx
@@ -1000,9 +1000,9 @@
\cs_gset_nopar:Npx \g_@@_marks_tl
{
\exp_not:o \g_@@_marks_tl
- \exp_not:n { \s_stop }
+ \s_stop
%<@@=quark>
- \exp_not:n { \s_@@ }
+ \s_@@
%<@@=scan>
}
% \end{macrocode}
More information about the latex3-commits
mailing list.