[latex3-commits] [l3svn] 02/02: Another \tex_lowercase:D removed
noreply at latex-project.org
noreply at latex-project.org
Fri Mar 25 22:19:17 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 82a2a5e30a6e02dd50045d9fd013af2c14dbda82
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Fri Mar 25 21:19:04 2016 +0000
Another \tex_lowercase:D removed
---
l3kernel/l3file.dtx | 12 +++---------
1 file changed, 3 insertions(+), 9 deletions(-)
diff --git a/l3kernel/l3file.dtx b/l3kernel/l3file.dtx
index bbb0725..c02a5ba 100644
--- a/l3kernel/l3file.dtx
+++ b/l3kernel/l3file.dtx
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%
-%% File: l3file.dtx Copyright (C) 1990-2015 The LaTeX3 Project
+%% File: l3file.dtx Copyright (C) 1990-2016 The LaTeX3 Project
%%
%% It may be distributed and/or modified under the conditions of the
%% LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -1549,15 +1549,9 @@
% \end{macro}
%
% \begin{macro}{\c_catcode_other_space_tl}
-% Lowercase a character with category code $12$ to produce an
-% \enquote{other} space. We can do everything within the group,
-% because \cs{tl_const:Nn} defines its argument globally.
+% Create a space with category code $12$: an \enquote{other} space.
% \begin{macrocode}
-\group_begin:
- \char_set_catcode_other:N \*
- \char_set_lccode:nn {`\*} {`\ }
- \tex_lowercase:D { \tl_const:Nn \c_catcode_other_space_tl { * } }
-\group_end:
+\tl_const:Nx \c_catcode_other_space_tl { \char_generate:nn { `\ } { 12 } }
% \end{macrocode}
% \end{macro}
%
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list