[latex3-commits] [l3svn] branch master updated: Defensive space (see #295)

noreply at latex-project.org noreply at latex-project.org
Sun Dec 27 11:24:02 CET 2015


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  d443e5c   Defensive space (see #295)
d443e5c is described below

commit d443e5cc7c9be2f854095e2cafca760eb6e1998b
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun Dec 27 10:23:45 2015 +0000

    Defensive space (see #295)
---
 l3kernel/l3bootstrap.dtx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3kernel/l3bootstrap.dtx b/l3kernel/l3bootstrap.dtx
index d9f3491..9bdc81a 100644
--- a/l3kernel/l3bootstrap.dtx
+++ b/l3kernel/l3bootstrap.dtx
@@ -362,7 +362,7 @@
     \newcatcodetable\ucharcat at table
     \directlua{
       l3kernel = l3kernel or { }
-      local charcat_table = \number\ucharcat at table
+      local charcat_table = \number\ucharcat at table\space
       l3kernel.charcat_table = charcat_table
     }%
 %</package>

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


More information about the latex3-commits mailing list