summaryrefslogtreecommitdiff
path: root/luatexbase-attr.dtx
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-03-11 18:24:36 +0100
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-03-11 18:24:36 +0100
commit8f6a797ab68d6aa3f79b1c360c8de126bf77b5bf (patch)
tree177145364f3ac23aad81858ed83278c0d6180ecc /luatexbase-attr.dtx
parent6486bb6dd718eb0946f4ce7ef2b2d86913b9e481 (diff)
downloadluatexbase-8f6a797ab68d6aa3f79b1c360c8de126bf77b5bf.tar.gz
Stop writing in the tex table.
Diffstat (limited to 'luatexbase-attr.dtx')
-rw-r--r--luatexbase-attr.dtx1
1 files changed, 0 insertions, 1 deletions
diff --git a/luatexbase-attr.dtx b/luatexbase-attr.dtx
index d5087f9..4db2122 100644
--- a/luatexbase-attr.dtx
+++ b/luatexbase-attr.dtx
@@ -291,7 +291,6 @@ module('luatexbase', package.seeall)
%
% \begin{macrocode}
attributes = {}
-tex.attributenumber = attributes
function attributedef_from_tex(name, number)
attributes[name] = tonumber(number)
end