[latex3-commits] [l3svn] 05/05: Correct the definition of \l_char_active_seq
noreply at latex-project.org
noreply at latex-project.org
Sat Dec 17 14:50:43 CET 2016
This is an automated email from the git hooks/post-receive script.
joseph pushed a commit to branch master
in repository l3svn.
commit f864a769ba0a8731b9ea8a2de5bba89c8f41f493
Author: Qing Lee <sobenlee at gmail.com>
Date: Sat Dec 17 18:26:04 2016 +0800
Correct the definition of \l_char_active_seq
---
l3kernel/l3file.dtx | 5 ++++-
l3kernel/l3token.dtx | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/l3kernel/l3file.dtx b/l3kernel/l3file.dtx
index f9cdcfd..db2bc9c 100644
--- a/l3kernel/l3file.dtx
+++ b/l3kernel/l3file.dtx
@@ -690,7 +690,10 @@
{
\group_begin:
\seq_map_inline:Nn \l_char_active_seq
- { \char_set:active:Npx ##1 { \cs_to_str:N ##1 } }
+ {
+ \tl_set:Nx \l_@@_internal_tl { \iow_char:N ##1 }
+ \char_set_active_eq:NN ##1 \l_@@_internal_tl
+ }
\tl_set:Nx \l_@@_internal_name_tl {#1}
\tl_set:Nx \l_@@_internal_name_tl
{ \tl_to_str:N \l_@@_internal_name_tl }
diff --git a/l3kernel/l3token.dtx b/l3kernel/l3token.dtx
index bb2c020..85f909c 100644
--- a/l3kernel/l3token.dtx
+++ b/l3kernel/l3token.dtx
@@ -1352,7 +1352,7 @@
\seq_set_split:Nnn \l_char_special_seq { }
{ \ \" \# \$ \% \& \\ \^ \_ \{ \} \~ }
\seq_new:N \l_char_active_seq
-\seq_set_split:Nnn \l_char_special_seq { }
+\seq_set_split:Nnn \l_char_active_seq { }
{ \" \$ \& \^ \_ \~ }
% \end{macrocode}
% \end{variable}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list