diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2019-07-27 16:55:30 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2019-07-27 16:56:15 +0200 |
commit | a0389384ad9e4b475648809bee65966c17e7a212 (patch) | |
tree | bf6804075d821515498794df1739ca9d8252dce3 /lisp/leim/quail/latin-ltx.el | |
parent | 41c77dc6870fc2d9b196ff203106bc729d38ab1b (diff) | |
download | emacs-a0389384ad9e4b475648809bee65966c17e7a212.tar.gz |
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).
Diffstat (limited to 'lisp/leim/quail/latin-ltx.el')
-rw-r--r-- | lisp/leim/quail/latin-ltx.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/leim/quail/latin-ltx.el b/lisp/leim/quail/latin-ltx.el index 93b1250a35b..e247739661e 100644 --- a/lisp/leim/quail/latin-ltx.el +++ b/lisp/leim/quail/latin-ltx.el @@ -454,10 +454,10 @@ system, including many technical ones. Examples: ("\\lneq" ?≨) ("\\lneqq" ?≨) ("\\lnsim" ?⋦) - ("\\longleftarrow" ?←) - ("\\longleftrightarrow" ?↔) - ("\\longmapsto" ?↦) - ("\\longrightarrow" ?→) + ("\\longleftarrow" ?⟵) + ("\\longleftrightarrow" ?⟷) + ("\\longmapsto" ?⟼) + ("\\longrightarrow" ?⟶) ("\\looparrowleft" ?↫) ("\\looparrowright" ?↬) ("\\lozenge" ?✧) |