diff options
author | Marius <mariausol@gmail.com> | 2013-12-26 14:00:26 +0200 |
---|---|---|
committer | Marius <mariausol@gmail.com> | 2013-12-26 14:00:26 +0200 |
commit | 0d26f9ebc9ba7dca60bf49c5de8ca6c1c197c608 (patch) | |
tree | 9be42b4d714773c4b1ac9f42728ede04f6b3b5bd /tex/context/base/char-ini.lua | |
parent | f3cbe661ac115c29ab8c0674fc857d3331d5d4cc (diff) | |
download | context-0d26f9ebc9ba7dca60bf49c5de8ca6c1c197c608.tar.gz |
beta 2013.12.26 12:50
Diffstat (limited to 'tex/context/base/char-ini.lua')
-rw-r--r-- | tex/context/base/char-ini.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/char-ini.lua b/tex/context/base/char-ini.lua index d2236f871..ac47760f3 100644 --- a/tex/context/base/char-ini.lua +++ b/tex/context/base/char-ini.lua @@ -382,7 +382,7 @@ end) function characters.getrange(name) -- used in font fallback definitions (name or range) local range = blocks[name] if range then - return range.first, range.last, range.description + return range.first, range.last, range.description, range.gaps end name = gsub(name,'"',"0x") -- goodie: tex hex notation local start, stop = match(name,"^(.-)[%-%:](.-)$") |