changeset 109924:8b3d0eb73cbe

* quail/greek.el ("greek", "greek-postfix"): Change string to character.
author Andreas Schwab <schwab@linux-m68k.org>
date Sat, 14 Aug 2010 10:00:34 +0200
parents ac121cf6d1fc
children 9b6d33480216
files leim/ChangeLog leim/quail/greek.el
diffstat 2 files changed, 11 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/leim/ChangeLog	Sat Aug 14 08:42:09 2010 +0200
+++ b/leim/ChangeLog	Sat Aug 14 10:00:34 2010 +0200
@@ -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
--- a/leim/quail/greek.el	Sat Aug 14 08:42:09 2010 +0200
+++ b/leim/quail/greek.el	Sat Aug 14 10:00:34 2010 +0200
@@ -1280,8 +1280,8 @@
  (":;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 @@
  ("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