[latex3-commits] [git/LaTeX3-latex3-latex3] master: Update l3keys2e to use \l_keys_key_str (d500c8e11)
Joseph Wright
joseph.wright at morningstar2.co.uk
Sat Feb 8 08:28:36 CET 2020
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/d500c8e1121b4caf1397609f1aa170bbca485003
>---------------------------------------------------------------
commit d500c8e1121b4caf1397609f1aa170bbca485003
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sat Feb 8 07:28:36 2020 +0000
Update l3keys2e to use \l_keys_key_str
>---------------------------------------------------------------
d500c8e1121b4caf1397609f1aa170bbca485003
l3packages/l3keys2e/l3keys2e.dtx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/l3packages/l3keys2e/l3keys2e.dtx b/l3packages/l3keys2e/l3keys2e.dtx
index 2a2d4c268..08fa50ba8 100644
--- a/l3packages/l3keys2e/l3keys2e.dtx
+++ b/l3packages/l3keys2e/l3keys2e.dtx
@@ -25,8 +25,8 @@
%<*driver|package>
% The version of expl3 required is tested as early as possible, as
% some really old versions do not define \ProvidesExplPackage.
-\RequirePackage{expl3}[2018/02/21]
-%<package>\@ifpackagelater{expl3}{2018/02/21}
+\RequirePackage{expl3}[2020/02/08]
+%<package>\@ifpackagelater{expl3}{2020/02/08}
%<package> {}
%<package> {%
%<package> \PackageError{l3keys2e}{Support package l3kernel too old}
@@ -180,7 +180,7 @@
unknown .code:n =
{
\msg_error:nnxx { keyvalue } { option-unknown }
- { \l_keys_key_tl } { \@currname }
+ { \l_keys_key_str } { \@currname }
}
}
\AtEndOfPackage
More information about the latex3-commits
mailing list.