summaryrefslogtreecommitdiff
path: root/leim
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2010-08-14 10:00:34 +0200
committerAndreas Schwab <schwab@linux-m68k.org>2010-08-14 10:00:34 +0200
commit4ca14add11dcfd59bfe8acd72327e62516e6c669 (patch)
treef2aaa587a29c4dc73d40c2193cf6ce8f2fd8083f /leim
parentd37e7505c45f3e237ec01fa6cb81a02c6dd4e801 (diff)
downloademacs-4ca14add11dcfd59bfe8acd72327e62516e6c669.tar.gz
* quail/greek.el ("greek", "greek-postfix"): Change string to
character.
Diffstat (limited to 'leim')
-rw-r--r--leim/ChangeLog5
-rw-r--r--leim/quail/greek.el12
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