mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Touch of latin-ltx input method for long arrows
* lisp/leim/quail/latin-ltx.el: Map all the \\long.*arrow inputs to the long characters instead of the normal ones (i.e., LONG RIGHTWARDS ARROW instead of RIGHTWARDS ARROW) (bug#24302).
This commit is contained in:
parent
41c77dc687
commit
a0389384ad
1 changed files with 4 additions and 4 deletions
|
|
@ -454,10 +454,10 @@ system, including many technical ones. Examples:
|
|||
("\\lneq" ?≨)
|
||||
("\\lneqq" ?≨)
|
||||
("\\lnsim" ?⋦)
|
||||
("\\longleftarrow" ?←)
|
||||
("\\longleftrightarrow" ?↔)
|
||||
("\\longmapsto" ?↦)
|
||||
("\\longrightarrow" ?→)
|
||||
("\\longleftarrow" ?⟵)
|
||||
("\\longleftrightarrow" ?⟷)
|
||||
("\\longmapsto" ?⟼)
|
||||
("\\longrightarrow" ?⟶)
|
||||
("\\looparrowleft" ?↫)
|
||||
("\\looparrowright" ?↬)
|
||||
("\\lozenge" ?✧)
|
||||
|
|
|
|||
Loading…
Reference in a new issue