[latex3-commits] [l3svn] 05/06: Split up local copies

noreply at latex-project.org noreply at latex-project.org
Sun Jul 9 20:06:48 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 e87c36d51af2dc07e98b09e6d56925b31bcef95d
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun Jul 9 10:23:05 2017 +0100

    Split up local copies
---
 l3kernel/l3luatex.dtx |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/l3kernel/l3luatex.dtx b/l3kernel/l3luatex.dtx
index 3ba43c4..c7b34f1 100644
--- a/l3kernel/l3luatex.dtx
+++ b/l3kernel/l3luatex.dtx
@@ -228,14 +228,17 @@ l3kernel = l3kernel or { }
 %    \end{macrocode}
 % \end{macro}
 %
-%   Various local copies of standard functions: naming convention is to retain
-%   the full text but replace all |.| by |_|. 
+%   Local copies of global tables.
+%    \begin{macrocode}
+local tex     = tex
+local unicode = unicode
+%    \end{macrocode}
+%
+%   Local copies of standard functions.
 %    \begin{macrocode}
-local tex        = tex
 local setcatcode = tex.setcatcode
 local sprint     = tex.sprint
 local write      = tex.write
-local unicode    = unicode
 local utf8_char  = unicode.utf8.char
 %    \end{macrocode}
 %

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


More information about the latex3-commits mailing list