Skip to content

Commit

Permalink
unprotect also the plug command
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrike Fischer committed Feb 9, 2024
1 parent 72a8ad8 commit 9b15517
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions base/ltsockets.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@
{
\cs_generate_from_arg_count:cNnn
{ @@_#1_plug_#2:w }
\cs_new_protected:Npn
\cs_new:Npn
{ \int_use:c { c_@@_#1_args_int } }
{#3}
% \end{macrocode}
Expand Down Expand Up @@ -863,7 +863,7 @@
{
\cs_generate_from_arg_count:cNnn
{ @@_#1_plug_#2:w }
\cs_set_protected:Npn
\cs_set:Npn
{ \int_use:c { c_@@_#1_args_int } }
{#3}
\@@_debug_term:n
Expand Down Expand Up @@ -921,9 +921,9 @@
%
% \begin{macrocode}
\cs_new:Npn \socket_use:nw #1 {
\@@_debug_term:n
{ Socket~ '#1'~ containing~ plug~
'\str_use:c { l_@@_#1_plug_str }'~ used. }
% \@@_debug_term:n
% { Socket~ '#1'~ containing~ plug~
% '\str_use:c { l_@@_#1_plug_str }'~ used. }
\use:c { @@_#1_plug_ \str_use:c { l_@@_#1_plug_str } :w }
}
% \end{macrocode}
Expand Down

0 comments on commit 9b15517

Please sign in to comment.