[latex3-commits] [l3svn] branch master updated: Swap a few \relax for "%" [ci skip]

noreply at latex-project.org noreply at latex-project.org
Tue Jan 26 15:01:35 CET 2016


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

The following commit(s) were added to refs/heads/master by this push:
       new  05fb358   Swap a few \relax for "%" [ci skip]
05fb358 is described below

commit 05fb358ca3203e26f3879c39326f4251c6c0dfd8
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Jan 26 14:00:19 2016 +0000

    Swap a few \relax for "%" [ci skip]
    
    Some format-mode 'tidying': in general we've gone for using
    the optional space for these cases.
---
 l3kernel/l3bootstrap.dtx |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/l3kernel/l3bootstrap.dtx b/l3kernel/l3bootstrap.dtx
index 97259f9..5815335 100644
--- a/l3kernel/l3bootstrap.dtx
+++ b/l3kernel/l3bootstrap.dtx
@@ -267,10 +267,10 @@
 % some pretty basic character codes set up.
 %    \begin{macrocode}
 %<*initex>
-\catcode `\{ = 1\relax
-\catcode `\} = 2\relax
-\catcode `\# = 6\relax
-\catcode `\^ = 7\relax
+\catcode `\{ = 1 %
+\catcode `\} = 2 %
+\catcode `\# = 6 %
+\catcode `\^ = 7 %
 %</initex>
 %    \end{macrocode}
 %
@@ -278,7 +278,7 @@
 % safe side.
 %    \begin{macrocode}
 %<*initex>
-\catcode `\^^I = 10\relax
+\catcode `\^^I = 10 %
 %</initex>
 %    \end{macrocode}
 %

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list