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