diff options
Diffstat (limited to 'tex/context/base/math-act.lua')
-rw-r--r-- | tex/context/base/math-act.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tex/context/base/math-act.lua b/tex/context/base/math-act.lua index a03542b3e..c8d862ffc 100644 --- a/tex/context/base/math-act.lua +++ b/tex/context/base/math-act.lua @@ -292,9 +292,9 @@ sequencers.appendaction("aftercopyingcharacters", "system","mathematics.overload local tweaks = { } mathematics.tweaks = tweaks -function tweaks.fixbadprime(target,original) - target.characters[0xFE325] = target.characters[0x2032] -end +-- function tweaks.fixbadprime(target,original) +-- target.characters[0xFE325] = target.characters[0x2032] +-- end -- these could go to math-fbk |