diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-03-28 18:19:28 +0200 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-03-28 18:19:28 +0200 |
commit | 3a27be740ffc0a38ea8d4b09bdfa68cd3adcb15a (patch) | |
tree | dc90ea1c0815648a6d5aceda3b5ae45102c3bca6 | |
parent | ac711f548b737f64e710fc392691a3cdfb802879 (diff) | |
download | luatexbase-3a27be740ffc0a38ea8d4b09bdfa68cd3adcb15a.tar.gz |
Fix stupid renaming bug.
-rw-r--r-- | luatexbase-cctb.dtx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/luatexbase-cctb.dtx b/luatexbase-cctb.dtx index 2122eb7..7a2bd6f 100644 --- a/luatexbase-cctb.dtx +++ b/luatexbase-cctb.dtx @@ -423,7 +423,7 @@ See source file '\inFileName' for details. % Finally do the shortcuts. % % \begin{macrocode} -\directlua{luatextra.catcodetable_do_shortcuts()} +\directlua{luatexbase.catcodetable_do_shortcuts()} % \end{macrocode} % % That's all, folks! |