[latex3-commits] [git/LaTeX3-latex3-latex3] master: Set key inheritance (foxes #535) (e7f746d)
Joseph Wright
joseph.wright at morningstar2.co.uk
Thu Feb 14 17:48:31 CET 2019
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/e7f746d3b288d2907ab0fc9ca28fc1b026582eab
>---------------------------------------------------------------
commit e7f746d3b288d2907ab0fc9ca28fc1b026582eab
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Thu Feb 14 16:48:31 2019 +0000
Set key inheritance (foxes #535)
>---------------------------------------------------------------
e7f746d3b288d2907ab0fc9ca28fc1b026582eab
l3kernel/CHANGELOG.md | 1 +
l3kernel/l3keys.dtx | 1 +
2 files changed, 2 insertions(+)
diff --git a/l3kernel/CHANGELOG.md b/l3kernel/CHANGELOG.md
index ba04b2e..6d69eda 100644
--- a/l3kernel/CHANGELOG.md
+++ b/l3kernel/CHANGELOG.md
@@ -13,6 +13,7 @@ this project uses date-based 'snapshot' version identifiers.
### Fixed
+- Resetting of key inheritance (see #535)
- Issue in deprecated command `\tl_set_from_file:Nnn`
## [2019-02-03]
diff --git a/l3kernel/l3keys.dtx b/l3kernel/l3keys.dtx
index 2a6d205..ce7f6ba 100644
--- a/l3kernel/l3keys.dtx
+++ b/l3kernel/l3keys.dtx
@@ -2334,6 +2334,7 @@
\@@_trim_spaces:n {#2}
}
\tl_clear:N \l_@@_module_tl
+ \tl_clear:N \l_@@_inherit_tl
\exp_after:wN \@@_find_key_module:NNw
\exp_after:wN \l_@@_module_tl
\exp_after:wN \l_keys_key_tl
More information about the latex3-commits
mailing list