[latex3-commits] [git/LaTeX3-latex3-latex3] main: Drop an unneed x-type definition (df7169e40)
Joseph Wright
joseph.wright at morningstar2.co.uk
Thu Aug 25 07:19:00 CEST 2022
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/df7169e4025062f4cf253d16277c84e4ace31987
>---------------------------------------------------------------
commit df7169e4025062f4cf253d16277c84e4ace31987
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Thu Aug 25 06:19:00 2022 +0100
Drop an unneed x-type definition
>---------------------------------------------------------------
df7169e4025062f4cf253d16277c84e4ace31987
l3kernel/l3unicode.dtx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/l3kernel/l3unicode.dtx b/l3kernel/l3unicode.dtx
index ad5ad5560..5f1f874cd 100644
--- a/l3kernel/l3unicode.dtx
+++ b/l3kernel/l3unicode.dtx
@@ -92,11 +92,11 @@
% A fast local implementation for generating characters; the chars may
% be active, so we prevent further expansion.
% \begin{macrocode}
- \cs_set:Npx \@@_generate:n #1
+ \cs_set:Npn \@@_generate:n #1
{
- \exp_not:N \tex_unexpanded:D \exp_not:N \exp_after:wN
+ \tex_unexpanded:D \exp_after:wN
{
- \exp_not:N \tex_Ucharcat:D
+ \tex_Ucharcat:D
#1 ~
\tex_catcode:D #1 ~
}
More information about the latex3-commits
mailing list.