summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/expl3/l3keys.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-05-28 15:55:00 +0000
committerKarl Berry <karl@freefriends.org>2010-05-28 15:55:00 +0000
commit6af54f30722dad7cd24d2b2b73c6de524885b108 (patch)
tree14f0fa01a5b5164a86c02413de148544caea295e /Master/texmf-dist/tex/latex/expl3/l3keys.sty
parent7db7ee076f98cc2b3dca7228ae0e38ba4e88715a (diff)
expl3 update (26may10)
git-svn-id: svn://tug.org/texlive/trunk@18561 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/expl3/l3keys.sty')
-rw-r--r--Master/texmf-dist/tex/latex/expl3/l3keys.sty4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/expl3/l3keys.sty b/Master/texmf-dist/tex/latex/expl3/l3keys.sty
index 9b9fb06ee5c..c2ef0cf8954 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 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}
\ProvidesExplPackage
{\filename}{\filedate}{\fileversion}{\filedescription}
@@ -86,7 +86,7 @@
\tl_set:cx { \c_keys_root_tl \l_keys_path_tl .choice_code_tl } {#1}
}
\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 } { }
}
}