diff options
| author | Elie Roux <elie.roux@telecom-bretagne.eu> | 2009-11-30 19:23:21 +0200 | 
|---|---|---|
| committer | Elie Roux <elie.roux@telecom-bretagne.eu> | 2009-11-30 19:23:21 +0200 | 
| commit | 0cae50001accfdfd744e5e57ded8383cc64da860 (patch) | |
| tree | 59d165c47dba8934bc57015a60477c4d553e7f65 | |
| parent | 7d086e9fa542e9d1e214e698900e23701c96c617 (diff) | |
| download | luaotfload-0cae50001accfdfd744e5e57ded8383cc64da860.tar.gz | |
a (really) less stupid way to get rid of the warning
| -rw-r--r-- | luaotfload.dtx | 13 | 
1 files changed, 3 insertions, 10 deletions
| diff --git a/luaotfload.dtx b/luaotfload.dtx index 0a4e464..52f5364 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -375,18 +375,11 @@ end  %  %    \begin{macrocode} +tex.attribute[0] = 0 +  luaotfload.loadmodule('node-res.lua')  luaotfload.loadmodule('node-inj.lua') - -do -  local temp = texio.write_nl -  texio.write_nl = function (...) -    return -  end -  luaotfload.loadmodule('node-fnt.lua') -  texio.write_nl = temp -end - +luaotfload.loadmodule('node-fnt.lua')  luaotfload.loadmodule('node-dum.lua')  luaotfload.loadmodule('font-ini.lua') | 
