[latex3-commits] [git/latex3] master: Correct a deprecation message (451bb6c)
Bruno Le Floch
bruno at le-floch.fr
Sun Jan 14 17:32:02 CET 2018
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/451bb6c704a2023c698c5ba6ef7b4ae0ae41c2a0
>---------------------------------------------------------------
commit 451bb6c704a2023c698c5ba6ef7b4ae0ae41c2a0
Author: Bruno Le Floch <bruno at le-floch.fr>
Date: Sun Jan 14 11:32:02 2018 -0500
Correct a deprecation message
The message was "instead of \box_use_clear:N use \box_use_clear:N"...
Now "instead of \box_use_clear:N use \box_use_drop:N".
>---------------------------------------------------------------
451bb6c704a2023c698c5ba6ef7b4ae0ae41c2a0
l3kernel/l3box.dtx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/l3kernel/l3box.dtx b/l3kernel/l3box.dtx
index 72d1262..b9a43a6 100644
--- a/l3kernel/l3box.dtx
+++ b/l3kernel/l3box.dtx
@@ -2072,10 +2072,10 @@
\cs_new_protected:Npn \box_resize:cnn
{ \box_resize_to_wd_and_ht_plus_dp:cnn }
\__debug_deprecation:nnNNpn
- { 2018-12-31 } { \box_use_clear:N }
+ { 2018-12-31 } { \box_use_drop:N }
\cs_new_protected:Npn \box_use_clear:N { \box_use_drop:N }
\__debug_deprecation:nnNNpn
- { 2018-12-31 } { \box_use_clear:c }
+ { 2018-12-31 } { \box_use_drop:c }
\cs_new_protected:Npn \box_use_clear:c { \box_use_drop:c }
% \end{macrocode}
% \end{macro}
More information about the latex3-commits
mailing list