summaryrefslogtreecommitdiff
path: root/luatexbase-attr.dtx
diff options
context:
space:
mode:
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