diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/expl3/l3keys.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/expl3/l3keys.dtx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/expl3/l3keys.dtx b/Master/texmf-dist/source/latex/expl3/l3keys.dtx index 6fdeb8b7cae..188a2ac8547 100644 --- a/Master/texmf-dist/source/latex/expl3/l3keys.dtx +++ b/Master/texmf-dist/source/latex/expl3/l3keys.dtx @@ -35,7 +35,7 @@ \RequirePackage{l3names} %</driver|package> %\fi -\GetIdInfo$Id: l3keys.dtx 1894 2010-04-13 07:37:59Z joseph $ +\GetIdInfo$Id: l3keys.dtx 1931 2010-05-24 21:06:50Z joseph $ {L3 Experimental key-value support} %\iffalse %<*driver> @@ -872,7 +872,7 @@ % when a choice is first made. So there is no need for any escape code. % \begin{macrocode} \cs_new_protected_nopar:Npn \keys_choice_find:n #1 { - \keys_execute_aux:nn { \l_keys_path_tl / #1 } { + \keys_execute_aux:nn { \l_keys_path_tl / \tl_to_str:n {#1} } { \keys_execute_aux:nn { \l_keys_path_tl / unknown } { } } } |