[latex3-commits] [l3svn] 01/02: Minor performance/clarity improvement

noreply at latex-project.org noreply at latex-project.org
Tue Sep 6 14:45:28 CEST 2016


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

commit 073d94e0e67bff394ff6bc4c6dca2100c2b07eec
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Sep 2 15:59:09 2016 +0100

    Minor performance/clarity improvement
---
 l3kernel/l3keys.dtx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/l3kernel/l3keys.dtx b/l3kernel/l3keys.dtx
index 4bdfb04..c5b07ce 100644
--- a/l3kernel/l3keys.dtx
+++ b/l3kernel/l3keys.dtx
@@ -2084,8 +2084,7 @@
 %    \begin{macrocode}
 \cs_new_protected:Npn \@@_set_elt_aux:nnn #1#2#3
   {
-    \tl_set:Nx \l_keys_path_tl
-      { \l_@@_module_tl / \@@_remove_spaces:n {#2} }
+    \tl_set:Nx \l_keys_path_tl { #1 / \@@_remove_spaces:n {#2} }
     \tl_clear:N \l_@@_module_tl
     \exp_after:wN \@@_find_key_module:w \l_keys_path_tl / \q_stop
     \@@_value_or_default:n {#3}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list