[latex3-commits] [latex3/latex3] main: missing get in csnames (6d28a99ad)
github at latex-project.org
github at latex-project.org
Thu Mar 14 08:06:58 CET 2024
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/6d28a99add5935e5f47ed8fb34a1cec50f45e133
>---------------------------------------------------------------
commit 6d28a99add5935e5f47ed8fb34a1cec50f45e133
Author: David Carlisle <d.p.carlisle at gmail.com>
Date: Mon Mar 11 00:34:25 2024 +0000
missing get in csnames
>---------------------------------------------------------------
6d28a99add5935e5f47ed8fb34a1cec50f45e133
l3kernel/l3sys.dtx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/l3kernel/l3sys.dtx b/l3kernel/l3sys.dtx
index aece8bf85..c1e2f18e6 100644
--- a/l3kernel/l3sys.dtx
+++ b/l3kernel/l3sys.dtx
@@ -1147,9 +1147,9 @@ end
% |^^M| from the last line.
% \begin{macrocode}
\cs_new_protected:Npn \sys_get_query:nN #1#2
- { \sys_query:nnnN {#1} { } { } #2 }
+ { \sys_get_query:nnnN {#1} { } { } #2 }
\cs_new_protected:Npn \sys_get_query:nnN #1#2#3
- { \sys_query:nnnN {#1} { } {#2} #3 }
+ { \sys_get_query:nnnN {#1} { } {#2} #3 }
\cs_new_protected:Npn \sys_get_query:nnnN #1#2#3#4
{
\str_clear:N #4
More information about the latex3-commits
mailing list.