[latex3-commits] [l3svn] branch master updated: Reverse a mistaken change!

noreply at latex-project.org noreply at latex-project.org
Thu Nov 19 21:44:23 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  60169c7   Reverse a mistaken change!
60169c7 is described below

commit 60169c7cf6acbfdf4adb614e14bb152527131c34
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Nov 19 20:43:52 2015 +0000

    Reverse a mistaken change!
    
    I need stream 127 locally for testing LuaTEX v0.85, as the Win32
    build is currently not-quite right.
---
 l3kernel/l3file.dtx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3kernel/l3file.dtx b/l3kernel/l3file.dtx
index e3b750e..9cbc00b 100644
--- a/l3kernel/l3file.dtx
+++ b/l3kernel/l3file.dtx
@@ -1227,7 +1227,7 @@
 %   transcript file (\cs{c_term_iow}).
 %    \begin{macrocode}
 \cs_new_eq:NN \c_log_iow  \c_minus_one
-\int_const:Nn \c_term_iow { 127 }
+\int_const:Nn \c_term_iow { 128 }
 %    \end{macrocode}
 % \end{variable}
 %

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


More information about the latex3-commits mailing list