summaryrefslogtreecommitdiff
path: root/luatexbase-regs.dtx
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-03-11 17:23:52 +0100
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-03-11 17:23:52 +0100
commit34918abf33f091050444ea42a63e43e0d9632da2 (patch)
tree484b2be400fe75e991e9c1e77b7f7e59ff7f06c9 /luatexbase-regs.dtx
parentaea103a1f2d2604cd5ae6883e6e808930f7ccef4 (diff)
downloadluatexbase-34918abf33f091050444ea42a63e43e0d9632da2.tar.gz
attr is working now
Diffstat (limited to 'luatexbase-regs.dtx')
-rw-r--r--luatexbase-regs.dtx4
1 files changed, 2 insertions, 2 deletions
diff --git a/luatexbase-regs.dtx b/luatexbase-regs.dtx
index 11b7013..30e477d 100644
--- a/luatexbase-regs.dtx
+++ b/luatexbase-regs.dtx
@@ -211,7 +211,7 @@ and the derived files
% Make sure the catcode of @ is correct, especially for \plaintex.
%
% \begin{macrocode}
-\expandafter\edef\csname lltxb@AtEnd\endcsname{%
+\expandafter\edef\csname lltxb@regs@AtEnd\endcsname{%
\catcode64 \the\catcode64\relax}
\catcode64 11
% \end{macrocode}
@@ -388,7 +388,7 @@ and the derived files
% That's all folks!
%
% \begin{macrocode}
-\lltxb@AtEnd
+\lltxb@regs@AtEnd
%</texpackage>
% \end{macrocode}
%