[latex3-commits] [l3svn] 03/03: Drop one \tex_lowercase:D
noreply at latex-project.org
noreply at latex-project.org
Sun Apr 3 14:27:32 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 1627aa179ab033df9cc02814793c3ac446cfc6f8
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sun Apr 3 12:30:22 2016 +0100
Drop one \tex_lowercase:D
This should now be 'safe' following \char_generate:nn change.
---
l3packages/xparse/xparse.dtx | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/l3packages/xparse/xparse.dtx b/l3packages/xparse/xparse.dtx
index 5ebeddb..e621069 100644
--- a/l3packages/xparse/xparse.dtx
+++ b/l3packages/xparse/xparse.dtx
@@ -2008,13 +2008,8 @@
% \begin{macrocode}
\token_if_eq_catcode:NNTF + #1
{
- \group_begin:
- \char_set_lccode:nn { `A } { `#1 }
- \tex_lowercase:D
- {
- \group_end:
- \l_@@_fn_tl A
- }
+ \exp_after:wN \exp_after:wN \exp_after:wN
+ \l_@@_fn_tl \char_generate:nn { `#1 } { 11 }
}
{
\exp_after:wN \l_@@_fn_tl
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list