[latex3-commits] [git/LaTeX3-latex3-latex3] main: Correct a declaration (6b8fb3f79)
Joseph Wright
joseph.wright at morningstar2.co.uk
Mon Aug 29 15:17:58 CEST 2022
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/6b8fb3f792e5502e4fe55506d53b70e3e9ed1877
>---------------------------------------------------------------
commit 6b8fb3f792e5502e4fe55506d53b70e3e9ed1877
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon Aug 29 15:17:58 2022 +0200
Correct a declaration
>---------------------------------------------------------------
6b8fb3f792e5502e4fe55506d53b70e3e9ed1877
l3kernel/l3token.dtx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3kernel/l3token.dtx b/l3kernel/l3token.dtx
index 5583b55ee..5077a3114 100644
--- a/l3kernel/l3token.dtx
+++ b/l3kernel/l3token.dtx
@@ -1810,7 +1810,7 @@
}
{ \exp_not:n {#1} }
}
-\cs_set_eq:NN \@@_to_nfd:n \char_to_nfd:N
+\cs_new_eq:NN \@@_to_nfd:n \char_to_nfd:N
\cs_new:Npn \@@_to_nfd:Nw #1#2#3 \s_@@_stop
{
\exp_args:Ne \@@_to_nfd:n
More information about the latex3-commits
mailing list.