[latex3-commits] [git/LaTeX3-latex3-latex3] master: Drop IniTeX guards in l3msg (see #776) (09fbd98b7)

Joseph Wright joseph.wright at morningstar2.co.uk
Tue Jul 21 13:56:27 CEST 2020


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/09fbd98b7253a94103c7db8e039fc725b66d33f1

>---------------------------------------------------------------

commit 09fbd98b7253a94103c7db8e039fc725b66d33f1
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Jul 21 12:56:27 2020 +0100

    Drop IniTeX guards in l3msg (see #776)


>---------------------------------------------------------------

09fbd98b7253a94103c7db8e039fc725b66d33f1
 l3kernel/l3msg.dtx | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/l3kernel/l3msg.dtx b/l3kernel/l3msg.dtx
index bb202bfa8..587173345 100644
--- a/l3kernel/l3msg.dtx
+++ b/l3kernel/l3msg.dtx
@@ -901,12 +901,8 @@
 % \subsection{Displaying messages}
 %
 % \LaTeX{} is handling error messages and so the \TeX{} ones are disabled.
-% This is already done by the \LaTeXe{} kernel, so to avoid messing up any
-% deliberate change by a user this is only set in format mode.
 %    \begin{macrocode}
-%<*initex>
 \int_gset:Nn \tex_errorcontextlines:D { -1 }
-%</initex>
 %    \end{macrocode}
 %
 % \begin{macro}[EXP]
@@ -974,12 +970,7 @@
   {
     \prop_if_in:NnTF \g_msg_module_type_prop {#1}
       { \prop_item:Nn \g_msg_module_type_prop {#1} }
-%<*initex>
-      { Module }
-%</initex>
-%<*package>
       { Package }
-%</package>
   }
 %    \end{macrocode}
 % \end{macro}





More information about the latex3-commits mailing list.