summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/expl3
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/expl3')
-rw-r--r--Master/texmf-dist/tex/latex/expl3/l3keys.sty8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/expl3/l3keys.sty b/Master/texmf-dist/tex/latex/expl3/l3keys.sty
index 45e799aa6a4..694c7ce4cd7 100644
--- a/Master/texmf-dist/tex/latex/expl3/l3keys.sty
+++ b/Master/texmf-dist/tex/latex/expl3/l3keys.sty
@@ -48,7 +48,7 @@
%%
%% -----------------------------------------------------------------------
\RequirePackage{l3names}
-\GetIdInfo$Id: l3keys.dtx 2063 2010-10-03 08:26:49Z mittelba $
+\GetIdInfo$Id: l3keys.dtx 2075 2010-10-13 19:06:55Z joseph $
{L3 Experimental key-value support}
\ProvidesExplPackage
{\filename}{\filedate}{\fileversion}{\filedescription}
@@ -66,7 +66,7 @@
\tl_new:N \l_keys_module_tl
\bool_new:N \l_keys_no_value_bool
\tl_new:N \l_keys_value_tl
-\cs_new_protected_nopar:Npn \keys_bool_set:NN #1#2 {
+\cs_new_protected_nopar:Npn \keys_bool_set:Nn #1#2 {
\keys_cmd_set:nx { \l_keys_path_tl / true } {
\exp_not:c { bool_ #2 set_true:N }
\exp_not:N #1
@@ -324,10 +324,10 @@
}
\cs_generate_variant:Nn \keys_variable_set:NnNN { c }
\keys_property_new_arg:nn { .bool_set:N } {
- \keys_bool_set:NN #1 { }
+ \keys_bool_set:Nn #1 { }
}
\keys_property_new_arg:nn { .bool_gset:N } {
- \keys_bool_set:NN #1 n
+ \keys_bool_set:Nn #1 { g }
}
\keys_property_new:nn { .choice: } {
\keys_choice_make: