[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: remove plain tex guard on \protected for #208 (a83b1986)
David Carlisle
d.p.carlisle at gmail.com
Wed Nov 27 08:59:01 CET 2019
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/a83b19867e0c96c7fb01d58d3fa26b5bd175def1
>---------------------------------------------------------------
commit a83b19867e0c96c7fb01d58d3fa26b5bd175def1
Author: David Carlisle <d.p.carlisle at gmail.com>
Date: Wed Nov 27 07:59:01 2019 +0000
remove plain tex guard on \protected for #208
>---------------------------------------------------------------
a83b19867e0c96c7fb01d58d3fa26b5bd175def1
required/graphics/color.dtx | 5 -----
1 file changed, 5 deletions(-)
diff --git a/required/graphics/color.dtx b/required/graphics/color.dtx
index c3cf7102..bcf4cc36 100644
--- a/required/graphics/color.dtx
+++ b/required/graphics/color.dtx
@@ -464,11 +464,6 @@
% {Stop command being \cs{long}, and make robust.}
% \changes{v1.2a}{2019/11/23}
% {Add \cs{protected} gh/208}
-% check \cs{protected} is safe to use (for plain \TeX).
-% \begin{macrocode}
-\expandafter\@gobble\csname protected\endcsname
-% \end{macrocode}
-%
% \begin{macrocode}
\protected\def\textcolor#1#{\@textcolor{#1}}
\def\@textcolor#1#2#3{\protect\leavevmode{\color#1{#2}#3}}
More information about the latex3-commits
mailing list