[latex3-commits] [latex2e-public] r1417 - long lines

noreply at latex-project.org noreply at latex-project.org
Mon Mar 13 01:44:13 CET 2017


Author: carlisle
Date: 2017-03-13 01:43:23 +0100 (Mon, 13 Mar 2017)
New Revision: 1417

Modified:
   trunk/base/ltluatex.dtx
Log:
long lines

Modified: trunk/base/ltluatex.dtx
===================================================================
--- trunk/base/ltluatex.dtx	2017-03-12 15:51:51 UTC (rev 1416)
+++ trunk/base/ltluatex.dtx	2017-03-13 00:43:23 UTC (rev 1417)
@@ -1097,7 +1097,8 @@
 %    \end{macrocode}
 %
 %    \begin{macrocode}
-local attribute_count_name = attribute_count_name or "e at alloc@attribute at count"
+local attribute_count_name =
+                     attribute_count_name or "e at alloc@attribute at count"
 local function new_attribute(name)
   tex_setcount("global", attribute_count_name,
                           tex_count[attribute_count_name] + 1)
@@ -1141,7 +1142,8 @@
 % Much the same as for attribute allocation in Lua.
 % The optional \meta{name} argument is used in the log if given.
 %    \begin{macrocode}
-local bytecode_count_name = bytecode_count_name or "e at alloc@bytecode at count"
+local bytecode_count_name =
+                         bytecode_count_name or "e at alloc@bytecode at count"
 local function new_bytecode(name)
   tex_setcount("global", bytecode_count_name, 
                          tex_count[bytecode_count_name] + 1)
@@ -1163,7 +1165,8 @@
 % As for bytecode registers but also store the name in the
 % |lua.name| table.
 %    \begin{macrocode}
-local chunkname_count_name = chunkname_count_name or "e at alloc@luachunk at count"
+local chunkname_count_name =
+                        chunkname_count_name or "e at alloc@luachunk at count"
 local function new_chunkname(name)
   tex_setcount("global", chunkname_count_name, 
                          tex_count[chunkname_count_name] + 1)



More information about the latex3-commits mailing list