Skip to content

Commit

Permalink
change name of internal command
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrike Fischer committed Sep 11, 2023
1 parent 75019a6 commit 95111ee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions base/ltproperties.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@
% \begin{macrocode}
\cs_new_protected:Npn \property_new:nnnn #1#2#3#4
{
\cs_if_free:cTF { @@_name_ #1 : }
\cs_if_free:cTF { @@_code_ #1 : }
{
\exp_args:Nx \@@_gset:nnnn { \tl_to_str:n {#1} }
{#2} {#3} {#4}
Expand All @@ -489,7 +489,7 @@
}
\cs_new_protected:Npn \@@_gset:nnnn #1#2#3#4
{
\cs_gset:cpn { @@_name_ #1 : } {#4}
\cs_gset:cpn { @@_code_ #1 : } {#4}
\tl_gclear_new:c { g_@@_default_ #1 _tl }
\tl_gset:cn { g_@@_default_ #1 _tl } {#3}
\bool_if_exist:cF { g_@@_shipout_ #1 _tl }
Expand Down Expand Up @@ -551,14 +551,14 @@
{ \@@_record_value_aux:e { \tl_to_str:n {#1} } }
\cs_new:Npn \@@_record_value_aux:n #1
{
\cs_if_exist:cTF { @@_name_ #1 : }
\cs_if_exist:cTF { @@_code_ #1 : }
{
{#1}
{
\bool_if:cTF { g_@@_shipout_ #1 _tl }
{ \exp_not:c }
{ \use:c }
{ @@_name_ #1 : }
{ @@_code_ #1 : }
}
}
{ \msg_expandable_error:nnn { property } { not-declared } {#1} }
Expand Down Expand Up @@ -703,7 +703,7 @@
\prg_new_conditional:Npnn \property_if_exist:n #1 { p , T , F, TF }
% #1 property
{
\cs_if_exist:cTF { @@_name_ #1 : }
\cs_if_exist:cTF { @@_code_ #1 : }
{
\prg_return_true:
}
Expand Down

0 comments on commit 95111ee

Please sign in to comment.