[latex3-commits] [latex3/latex3] l3sys-query: missing get in csnames (b1dbf5ec1)
github at latex-project.org
github at latex-project.org
Mon Mar 11 01:34:25 CET 2024
Repository : https://github.com/latex3/latex3
On branch : l3sys-query
Link : https://github.com/latex3/latex3/commit/b1dbf5ec1cd668ad4e7c8b6fdf286e799fd5ebaa
>---------------------------------------------------------------
commit b1dbf5ec1cd668ad4e7c8b6fdf286e799fd5ebaa
Author: David Carlisle <d.p.carlisle at gmail.com>
Date: Mon Mar 11 00:34:25 2024 +0000
missing get in csnames
>---------------------------------------------------------------
b1dbf5ec1cd668ad4e7c8b6fdf286e799fd5ebaa
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.