[latex3-commits] [git/LaTeX3-latex3-latex3] master: Re-loading safety (861603170)
PhelypeOleinik
tex.phelype at gmail.com
Thu Feb 20 13:59:51 CET 2020
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/861603170881b49a6a8abd6715cf453a84571a47
>---------------------------------------------------------------
commit 861603170881b49a6a8abd6715cf453a84571a47
Author: PhelypeOleinik <tex.phelype at gmail.com>
Date: Thu Feb 20 09:59:51 2020 -0300
Re-loading safety
>---------------------------------------------------------------
861603170881b49a6a8abd6715cf453a84571a47
l3kernel/expl3.dtx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/l3kernel/expl3.dtx b/l3kernel/expl3.dtx
index 7c9d9f8e8..f1b4fa087 100644
--- a/l3kernel/expl3.dtx
+++ b/l3kernel/expl3.dtx
@@ -1244,7 +1244,8 @@
% \begin{variable}{\l_@@_options_clist}
% \begin{macrocode}
%<*!2ekernel>
-\clist_new:N \l_@@_options_clist
+\cs_if_exist:NF \l_@@_options_clist
+ { \clist_new:N \l_@@_options_clist }
\DeclareOption*
{ \clist_put_right:NV \l_@@_options_clist \CurrentOption }
\ProcessOptions \relax
More information about the latex3-commits
mailing list.