[latex3-commits] [latex3/latex2e] ltproperties-activechars: use o instead of V (5d8acb24)
github at latex-project.org
github at latex-project.org
Fri Sep 22 21:02:55 CEST 2023
Repository : https://github.com/latex3/latex2e
On branch : ltproperties-activechars
Link : https://github.com/latex3/latex2e/commit/5d8acb2495381d24de79eaf8e4958e737bb5babf
>---------------------------------------------------------------
commit 5d8acb2495381d24de79eaf8e4958e737bb5babf
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Fri Sep 22 21:02:55 2023 +0200
use o instead of V
>---------------------------------------------------------------
5d8acb2495381d24de79eaf8e4958e737bb5babf
base/ltproperties.dtx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/base/ltproperties.dtx b/base/ltproperties.dtx
index d1e32125..a068a5c5 100644
--- a/base/ltproperties.dtx
+++ b/base/ltproperties.dtx
@@ -518,12 +518,12 @@
\cs_new_protected:Npn \NewProperty #1#2#3#4
{
\protected at edef\reserved at a{#1}
- \exp_args:NV \property_new:nnnn \reserved at a {#2}{#3}{#4}
+ \exp_args:No \property_new:nnnn {\reserved at a} {#2}{#3}{#4}
}
\cs_new_protected:Npn \SetProperty #1#2#3#4
{
\protected at edef\reserved at a{#1}
- \exp_args:NV \property_gset:nnnn\reserved at a {#2}{#3}{#4}
+ \exp_args:No \property_gset:nnnn {\reserved at a} {#2}{#3}{#4}
}
% \end{macrocode}
% \end{macro}
More information about the latex3-commits
mailing list.