[latex3-commits] [l3svn] 02/02: A copuple of tl/str tidy ups
noreply at latex-project.org
noreply at latex-project.org
Tue Jun 20 09:49:21 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 5b6b6bb0d5c3676af98fae938a3d473ebe5495c0
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue Jun 20 08:48:54 2017 +0100
A copuple of tl/str tidy ups
---
l3kernel/expl3.dtx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/l3kernel/expl3.dtx b/l3kernel/expl3.dtx
index fda4f95..1ddfd63 100644
--- a/l3kernel/expl3.dtx
+++ b/l3kernel/expl3.dtx
@@ -1509,7 +1509,7 @@
% \begin{macrocode}
\tl_put_left:Nn \@pushfilename
{
- \seq_gpush:Nx \g__file_stack_seq \@currname
+ \seq_gpush:Nx \g__file_stack_seq { \tl_to_str:N \@currname }
\tl_put_left:Nx \l__expl_status_stack_tl
{
\bool_if:NTF \l__kernel_expl_bool
@@ -1531,7 +1531,7 @@
\tl_put_right:Nn \@popfilename
{
\seq_gpop:NN \g__file_stack_seq \l__file_tmp_tl
- \tl_gset_eq:NN \g_file_current_name_str \l__file_tmp_tl
+ \str_gset_eq:NN \g_file_current_name_str \l__file_tmp_tl
\tl_if_empty:NTF \l__expl_status_stack_tl
{ \ExplSyntaxOff }
{ \exp_after:wN \__expl_status_pop:w \l__expl_status_stack_tl \q_stop }
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list