mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-31 20:02:42 +00:00
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>".
This commit is contained in:
parent
0beb7fb723
commit
c8e7f832ea
@ -1,3 +1,8 @@
|
||||
2014-04-06 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
|
||||
"<F>". (Bug#17199)
|
||||
|
||||
2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* mpc.el (mpc--status-timer-run): Disable timer if not displayed.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user