summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/l3packages/l3keys2e.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/l3packages/l3keys2e.dtx')
-rw-r--r--macros/latex/contrib/l3packages/l3keys2e.dtx10
1 files changed, 8 insertions, 2 deletions
diff --git a/macros/latex/contrib/l3packages/l3keys2e.dtx b/macros/latex/contrib/l3packages/l3keys2e.dtx
index 183f3a7c01..52cb416cf2 100644
--- a/macros/latex/contrib/l3packages/l3keys2e.dtx
+++ b/macros/latex/contrib/l3packages/l3keys2e.dtx
@@ -62,7 +62,7 @@
% }^^A
% }
%
-% \date{Released 2021-06-18}
+% \date{Released 2021-08-04}
%
% \maketitle
%
@@ -139,10 +139,16 @@
% \end{macrocode}
%
% \begin{macrocode}
-\ProvidesExplPackage{l3keys2e}{2021-06-18}{}
+\ProvidesExplPackage{l3keys2e}{2021-08-04}{}
{LaTeX2e option processing using LaTeX3 keys}
% \end{macrocode}
%
+% Allow for a kernel-based implementation
+% \begin{macrocode}
+\cs_if_exist:NT \ProcessKeysOptions
+ { \file_input_stop: }
+% \end{macrocode}
+%
% Non-standard variants.
% \begin{macrocode}
\cs_generate_variant:Nn \clist_put_right:Nn { Nv }