diff options
author | Eli Zaretskii <eliz@gnu.org> | 2014-04-06 18:21:35 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2014-04-06 18:21:35 +0300 |
commit | c8e7f832ead47a5b790beb21da471074dbbacd68 (patch) | |
tree | 2815809a34fbad51e7d2634084000ecdf0ded1cd /lisp/leim/quail/ipa.el | |
parent | 0beb7fb72378b007f67e729d34727f99b38faff3 (diff) | |
download | emacs-c8e7f832ead47a5b790beb21da471074dbbacd68.tar.gz emacs-c8e7f832ead47a5b790beb21da471074dbbacd68.tar.bz2 emacs-c8e7f832ead47a5b790beb21da471074dbbacd68.zip |
Fix bug #17199 with incorrect character produced by ipa-x-sampa IM.
lisp/leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for "<F>".
Diffstat (limited to 'lisp/leim/quail/ipa.el')
-rw-r--r-- | lisp/leim/quail/ipa.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/leim/quail/ipa.el b/lisp/leim/quail/ipa.el index 322f34ad33e..e0e1c9f0c56 100644 --- a/lisp/leim/quail/ipa.el +++ b/lisp/leim/quail/ipa.el @@ -475,7 +475,7 @@ displays them, incorrectly, as separate from the modified glyphs.") ("_d" "̪") ;; Dental U+032A ("_e" "̴") ;; Velarized or pharyngeal U+0334 - ("<F>" "↙") ;; Global fall; SOUTH EAST ARROW; may be a bit smaller than + ("<F>" "↘") ;; Global fall; SOUTH EAST ARROW; may be a bit smaller than ;; intended. ("_F" "̂") ;; Falling tone U+0302 ("_G" "ˠ") ;; Velarized U+02E0 |