diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-12-12 04:02:23 +0100 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-12-12 04:02:23 +0100 |
commit | b50dd92c2b0864c6ff6ae425424d109c899f98c3 (patch) | |
tree | 6ace7a7f8d4d1ae9a318dfd63ad8ba1423bca130 | |
parent | 6521b136709b467b9b4018dc48882d4166c6c6aa (diff) | |
download | luatexbase-b50dd92c2b0864c6ff6ae425424d109c899f98c3.tar.gz |
Add missing braces, spotted by Heiko.
-rw-r--r-- | luatexbase-compat.dtx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/luatexbase-compat.dtx b/luatexbase-compat.dtx index e7d29b2..e518e0d 100644 --- a/luatexbase-compat.dtx +++ b/luatexbase-compat.dtx @@ -369,7 +369,7 @@ See source file '\inFileName' for details. % % \begin{macrocode} \x{% - \luatexbase@directlua{tex.enableprimitives('luatex', '#1')}} + \luatexbase@directlua{tex.enableprimitives('luatex', {'#1'})}} \fi \x{% \fi} |