After last l3kernel update, the following MCE:
\documentclass{article}
\usepackage{acro}
\begin{document}
Foo.
\end{document}
fails to compile:
! Undefined control sequence.
\l__acro_tmpa_prop
Other packages are affected as well and the reason is explained here. Hence, adding:
\prop_new:N \l__acro_tmpa_prop
in acro.sty is enough to fix this issue.
After last
l3kernelupdate, the following MCE:fails to compile:
Other packages are affected as well and the reason is explained here. Hence, adding:
\prop_new:N \l__acro_tmpa_propin
acro.styis enough to fix this issue.