[latex3-commits] [l3svn] branch master updated: Efficieny improvement
noreply at latex-project.org
noreply at latex-project.org
Tue Nov 22 12:51:47 CET 2016
This is an automated email from the git hooks/post-receive script.
joseph pushed a commit to branch master
in repository l3svn.
The following commit(s) were added to refs/heads/master by this push:
new fca692a Efficieny improvement
fca692a is described below
commit fca692a53beb72d9e107cb46162f7525eb596f32
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue Nov 22 11:50:33 2016 +0000
Efficieny improvement
---
l3kernel/l3keys.dtx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/l3kernel/l3keys.dtx b/l3kernel/l3keys.dtx
index ba7f0f8..bbebbbe 100644
--- a/l3kernel/l3keys.dtx
+++ b/l3kernel/l3keys.dtx
@@ -2309,8 +2309,8 @@
{
\cs_if_exist:cTF { \c_@@_code_root_tl #1 }
{
- \exp_args:Nc \exp_args:No { \c_@@_code_root_tl #1 }
- \l_keys_value_tl
+ \cs:w \c_@@_code_root_tl #1 \exp_after:wN \cs_end:
+ \exp_after:wN { \l_keys_value_tl }
}
{#2}
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list