Skip to content

Commit

Permalink
Avoid a one-use internal
Browse files Browse the repository at this point in the history
Still some discussion to be had here on the best approach.
  • Loading branch information
josephwright committed Apr 23, 2018
1 parent ab7a53c commit a95a7e6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions l3kernel/l3basics.dtx
Expand Up @@ -1447,12 +1447,11 @@
%<@@=use>
% \end{macrocode}
%
% \begin{macro}[EXP]{\use_x:n, \@@_x:n}
% \begin{macro}[EXP]{\use_x:n}
% A candidate, but needed early as it links to string comparisons.
% Currently \LuaTeX-only.
% \begin{macrocode}
\tex_let:D \@@_x:n \luatex_expanded:D
\cs_set:Npn \use_x:n #1 { \@@_x:n {#1} }
\cs_set:Npn \use_x:n #1 { \luatex_expanded:D {#1} }
% \end{macrocode}
% \end{macro}
%
Expand Down

0 comments on commit a95a7e6

Please sign in to comment.