Skip to content

Commit

Permalink
Drop an unneed x-type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Aug 25, 2022
1 parent a17c63f commit df7169e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions l3kernel/l3unicode.dtx
Expand Up @@ -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 ~
}
Expand Down

0 comments on commit df7169e

Please sign in to comment.