[latex3-commits] [l3svn] 02/02: \@pushfilename can access the extension part

noreply at latex-project.org noreply at latex-project.org
Wed Jun 21 11:25:05 CEST 2017


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

joseph pushed a commit to branch master
in repository l3svn.

commit ef1fac6f22411b16395959afa877d1d44a20f3f3
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Jun 21 10:24:40 2017 +0100

    \@pushfilename can access the extension part
---
 l3kernel/expl3.dtx |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/l3kernel/expl3.dtx b/l3kernel/expl3.dtx
index f3ce1ff..2b6db97 100644
--- a/l3kernel/expl3.dtx
+++ b/l3kernel/expl3.dtx
@@ -1509,7 +1509,11 @@
 %    \begin{macrocode}
 \tl_put_left:Nn \@pushfilename
   {
-    \exp_args:Nx \__file_input_push:n { \tl_to_str:N \@currname }
+    \exp_args:Nx \__file_input_push:n
+      {
+        \tl_to_str:N \@currname
+        \tl_to_str:N \@currext
+      }
     \tl_put_left:Nx \l__expl_status_stack_tl
       {
         \bool_if:NTF \l__kernel_expl_bool

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


More information about the latex3-commits mailing list