diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2014-04-24 23:29:52 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2014-04-24 23:29:52 +0200 |
commit | 226a72e66462faeaa5052cfd8aed6011d2545247 (patch) | |
tree | 3315f46d66a39bbcceef56263bd550ac5f9d3926 /src/luaotfload-colors.lua | |
parent | ff15eeb08a3148f961b0535ee2fea7ceea85bc1a (diff) | |
download | luaotfload-226a72e66462faeaa5052cfd8aed6011d2545247.tar.gz |
[colors,conf,db,main,tool] adapt the TeX run code to new configuration
Diffstat (limited to 'src/luaotfload-colors.lua')
-rw-r--r-- | src/luaotfload-colors.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luaotfload-colors.lua b/src/luaotfload-colors.lua index d999df6..56acfee 100644 --- a/src/luaotfload-colors.lua +++ b/src/luaotfload-colors.lua @@ -20,7 +20,7 @@ explanation: http://tug.org/pipermail/luatex/2013-May/004305.html --doc]]-- -local color_callback = config.luaotfload.color_callback +local color_callback = config.luaotfload.run.color_callback if not color_callback then --- maybe this would be better as a method: "early" | "late" color_callback = "pre_linebreak_filter" |