diff options
author | Hans Hagen <pragma@wxs.nl> | 2010-11-26 21:21:00 +0100 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2010-11-26 21:21:00 +0100 |
commit | 5210d9a67dba47edb0e5c6944c4a5aa8bc6d60fb (patch) | |
tree | d0b0f3da6e1657042d2615550be9fd20fcc98cb6 /tex/context/base/font-otn.lua | |
parent | 196bf895e4ace113ff1585d6e15d96d8ce6c8e3f (diff) | |
download | context-5210d9a67dba47edb0e5c6944c4a5aa8bc6d60fb.tar.gz |
beta 2010.11.26 21:21
Diffstat (limited to 'tex/context/base/font-otn.lua')
-rw-r--r-- | tex/context/base/font-otn.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/font-otn.lua b/tex/context/base/font-otn.lua index 41169618f..29fed2944 100644 --- a/tex/context/base/font-otn.lua +++ b/tex/context/base/font-otn.lua @@ -239,7 +239,7 @@ local contextsetups = specifiers.contextsetups local contextnumbers = specifiers.contextnumbers local contextmerged = specifiers.contextmerged --- we cannot optimize with "start = first_character(head)" because then we don't +-- we cannot optimize with "start = first_glyph(head)" because then we don't -- know which rlmode we're in which messes up cursive handling later on -- -- head is always a whatsit so we can safely assume that head is not changed |