Skip to content

Commit

Permalink
Mumble
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Oct 18, 2022
1 parent 285d7a6 commit 88b7556
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions base/ltfinal.dtx
Expand Up @@ -1117,18 +1117,18 @@
\ExplSyntaxOn
\keys_define:nn { __kernel }
{
bcp47 .str_set:N = \reserves@a ,
lang .str_set:N = \reserves@a
bcp47 .str_set:N = \reserved@a ,
lang .str_set:N = \reserved@a
}
\exp_args_generate:n { cnx }
\cs_set_protected:Npn \reserves@a #1
\cs_set_protected:Npn \reserved@a #1
{
\cs_generate_variant:cn { text_ \str_lowercase:n {#1} case:nn } { V }
\cs_new_protected:cpx { Make#1case \c_space_tl \c_space_tl \c_space_tl } [##1] ##2
{
\keys_set:nn { __kernel } {##1}
\exp_not:c { text_ \str_lowercase:n {#1} case:Vn }
\exp_not:N \reserves@a {##2}
\exp_not:N \reserved@a {##2}
}
\ExpandArgs { cnx } \NewExpandableDocumentCommand
{ Make#1case }
Expand Down

0 comments on commit 88b7556

Please sign in to comment.