[latex3-commits] [git/LaTeX3-latex3-latex3] main: Move LaTeX2e key properties out (83166ab9c)
Joseph Wright
joseph.wright at morningstar2.co.uk
Fri Feb 4 15:28:54 CET 2022
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/83166ab9cef308ef70bc38416e2ca04ef10ca088
>---------------------------------------------------------------
commit 83166ab9cef308ef70bc38416e2ca04ef10ca088
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Fri Feb 4 14:28:54 2022 +0000
Move LaTeX2e key properties out
>---------------------------------------------------------------
83166ab9cef308ef70bc38416e2ca04ef10ca088
l3kernel/l3keys.dtx | 23 -----------------------
1 file changed, 23 deletions(-)
diff --git a/l3kernel/l3keys.dtx b/l3kernel/l3keys.dtx
index 39e3ca0f1..4fe1a37a5 100644
--- a/l3kernel/l3keys.dtx
+++ b/l3kernel/l3keys.dtx
@@ -2660,29 +2660,6 @@
% \end{macro}
% \end{macro}
%
-% \subsection{Key properties for \LaTeXe{} options}
-%
-% \begin{macro}{.if, .store, .usage}
-% \begin{macrocode}
-\group_begin:
- \cs_set_protected:Npn \@@_tmp:nn #1#2
- {
- \quark_if_recursion_tail_stop:n {#1}
- \cs_new_eq:cc
- { \c_@@_props_root_str . #2 }
- { \c_@@_props_root_str . #1 }
- \@@_tmp:nn
- }
- \@@_tmp:nn
- { legacy_if_set:n } { if }
- { tl_set:N } { store }
- { usage:n } { usage }
- { \q_recursion_tail } { }
- \q_recursion_stop
-\group_end:
-% \end{macrocode}
-% \end{macro}
-%
% \subsection{Setting keys}
%
% \begin{macro}
More information about the latex3-commits
mailing list.