Skip to content

Commit

Permalink
A few \tex_relax:D => \scan_stop:
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Mar 25, 2018
1 parent 0e1c77b commit 575eb65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions l3kernel/l3basics.dtx
Expand Up @@ -2025,7 +2025,7 @@
{
\@@_suspended:T { ##1 \use_none:nnnnnnn }
\exp_after:wN \@@_chk_expr_aux:nNnN
\exp_after:wN { \tex_the:D ##2 ##1 \tex_relax:D }
\exp_after:wN { \tex_the:D ##2 ##1 \scan_stop: }
##2
}
}
Expand All @@ -2038,7 +2038,7 @@
{
\tex_romannumeral:D - 0
\exp_after:wN \use_none:n
\__int_value:w #3 #2 #1 \tex_relax:D
\__int_value:w #3 #2 #1 \scan_stop:
}
{
\__kernel_msg_expandable_error:nnnn
Expand Down Expand Up @@ -2888,7 +2888,7 @@
% \begin{macrocode}
\cs_set_protected:Npn \__kernel_msg_error:nnxx #1#2#3#4
{
\tex_newlinechar:D = `\^^J \tex_relax:D
\tex_newlinechar:D = `\^^J \scan_stop:
\tex_errmessage:D
{
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!~! ^^J
Expand Down

0 comments on commit 575eb65

Please sign in to comment.