[latex3-commits] [git/LaTeX3-latex3-latex3] main: Add missing braces (6373ef2b4)
Joseph Wright
joseph.wright at morningstar2.co.uk
Tue Oct 12 00:24:31 CEST 2021
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/6373ef2b43b9337d9f9ce887b69a19ee158979f0
>---------------------------------------------------------------
commit 6373ef2b43b9337d9f9ce887b69a19ee158979f0
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon Oct 11 23:22:53 2021 +0100
Add missing braces
>---------------------------------------------------------------
6373ef2b43b9337d9f9ce887b69a19ee158979f0
l3kernel/CHANGELOG.md | 3 +++
l3kernel/l3color.dtx | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/l3kernel/CHANGELOG.md b/l3kernel/CHANGELOG.md
index 6521fd2f6..3db81ed28 100644
--- a/l3kernel/CHANGELOG.md
+++ b/l3kernel/CHANGELOG.md
@@ -11,6 +11,9 @@ this project uses date-based 'snapshot' version identifiers.
- Fix `\box_gresize_to_ht_plus_dp:Nn` to do a global assignment
- Fix `\coffin_gattach:NnnNnnnn` to do a global assignment
+### Fixed
+- Missing braces in creating DeviceN color spaces
+
## [2021-08-27]
### Changed
diff --git a/l3kernel/l3color.dtx b/l3kernel/l3color.dtx
index 81fbb36bc..7e58f40d6 100644
--- a/l3kernel/l3color.dtx
+++ b/l3kernel/l3color.dtx
@@ -2302,7 +2302,7 @@
{ rgb } { /DeviceRGB }
}
}
- { \exp_not:V \l_@@_internal_tl }
+ { { \exp_not:V \l_@@_internal_tl } }
}
}
\cs_new_protected:Npn \@@_model_devicen_transform:w
More information about the latex3-commits
mailing list.