diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2010-08-14 10:00:34 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2010-08-14 10:00:34 +0200 |
commit | 086852797eb641df5ab99d09f5475246dd922fd4 (patch) | |
tree | 05b718a112e8007d328bf15eda50f038394fcda8 /leim | |
parent | 983b8302209c32043178edd8b89941857699d6b4 (diff) | |
download | emacs-086852797eb641df5ab99d09f5475246dd922fd4.tar.gz |
* quail/greek.el ("greek", "greek-postfix"): Change string to
character.
Diffstat (limited to 'leim')
-rw-r--r-- | leim/ChangeLog | 5 | ||||
-rw-r--r-- | leim/quail/greek.el | 12 |
2 files changed, 11 insertions, 6 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog index f6a4e815019..21d63dd663a 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog @@ -1,3 +1,8 @@ +2010-08-14 Andreas Schwab <schwab@linux-m68k.org> + + * quail/greek.el ("greek", "greek-postfix"): Change string to + character. + 2010-08-13 Kenichi Handa <handa@m17n.org> * quail/greek.el ("greek-postfix"): Add rules for Greek style diff --git a/leim/quail/greek.el b/leim/quail/greek.el index 6b183111fcc..688b247b0b5 100644 --- a/leim/quail/greek.el +++ b/leim/quail/greek.el @@ -1280,8 +1280,8 @@ e.g. (":;i" ?,F@(B) (";:y" ?,F`(B) (":;y" ?,F`(B) - (";<" "$(Q)((B") - (";>" "$(Q)2(B")) + (";<" ?$(Q)((B) + (";>" ?$(Q)2(B)) (quail-define-package "greek-postfix" "GreekPost" ",FX(B" nil @@ -1422,11 +1422,11 @@ e.g. ("i;:" ?,F@(B) ("y:;" ?,F`(B) ("y;:" ?,F`(B) - ;; There two are asymmetric with ";<" and ";>" in "greek" input - ;; method. But, as the other Latin postfix methdos adopt "<<" and + ;; These two are asymmetric with ";<" and ";>" in "greek" input + ;; method. But, as the other Latin postfix methods adopt "<<" and ;; ">>", it may be better to follow them. - ("<<" "$(Q)((B") - (">>" "$(Q)2(B")) + ("<<" ?$(Q)((B) + (">>" ?$(Q)2(B)) ;; arch-tag: 2a37e042-db1b-4ecf-b755-117775a3c150 |