fix wrong usage of old hooks

This commit is contained in:
Maximilian Keßler 2022-02-02 17:32:21 +01:00
parent 1bbcb12525
commit 0fd205df16

View File

@ -79,10 +79,10 @@ __HEADER__(Cache definitions of previous LaTeX runs to avoid computations)
\int_compare:nNnTF
\g__cache_cache_version_aux_int < \g__cache_cache_version_document_int
{
\hook_use:n { __cache / lazy / document }
\tl_use:N \g__cache_lazy_document_tl
}
{
\hook_use:n { __cache / lazy / auxfile }
\tl_use:N \g__cache_lazy_auxfile_tl
}
}
}