diff options
author | Eli Zaretskii <eliz@gnu.org> | 2023-04-27 10:25:20 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2023-04-27 10:25:20 +0300 |
commit | 933705d61e58465a8a0b89a8f747c8265a9e2a81 (patch) | |
tree | 2d11900de93ef49612b2ab3cd44b1cf227b229f8 /lisp/leim | |
parent | c46e93b1f50c9a6f7143f347d96a6385bcdf3a05 (diff) | |
download | emacs-933705d61e58465a8a0b89a8f747c8265a9e2a81.tar.gz emacs-933705d61e58465a8a0b89a8f747c8265a9e2a81.tar.bz2 emacs-933705d61e58465a8a0b89a8f747c8265a9e2a81.zip |
Improve greek-ibycus4 input method
* lisp/leim/quail/greek.el ("greek-ibycus4"): Add another sequence
for CAPITAL LETTER RHO WITH DASIA. (Bug#63104)
Diffstat (limited to 'lisp/leim')
-rw-r--r-- | lisp/leim/quail/greek.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/leim/quail/greek.el b/lisp/leim/quail/greek.el index 107f4131e38..0829097af5f 100644 --- a/lisp/leim/quail/greek.el +++ b/lisp/leim/quail/greek.el @@ -1116,6 +1116,7 @@ nil t t nil nil nil nil nil nil nil t) ("'U" ?Ύ) ("`R" ?Ῥ) + ("(R" ?Ῥ) ("+`" ?῭) ; #x1fed ("+'" ?΅) ; #x1fee |