aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Morrison <scott@tqft.net>2013-08-21 16:10:42 +1000
committerScott Morrison <scott@tqft.net>2013-08-21 16:10:42 +1000
commit5b97b150cc63a5cab48a544e2b15881409702781 (patch)
tree3abbd74b373c3202ca727f9a3dc9c50778eb672c
parent0b5156cc7e6e77bb072e6f4e09f6468f6d8a8f60 (diff)
downloadpandoc-5b97b150cc63a5cab48a544e2b15881409702781.tar.gz
cedilla-o breaks the compile, removing again
-rw-r--r--src/Text/Pandoc/Readers/LaTeX.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Text/Pandoc/Readers/LaTeX.hs b/src/Text/Pandoc/Readers/LaTeX.hs
index 37cec697b..20ed88717 100644
--- a/src/Text/Pandoc/Readers/LaTeX.hs
+++ b/src/Text/Pandoc/Readers/LaTeX.hs
@@ -679,8 +679,6 @@ cedilla 'e' = 'ȩ'
cedilla 'E' = 'Ȩ'
cedilla 'h' = 'ḩ'
cedilla 'H' = 'Ḩ'
-cedilla 'o' = 'o̧'
-cedilla 'O' = ''O̧
cedilla c = c
hacek :: Char -> Char