]> git.eshelyaron.com Git - emacs.git/commitdiff
* quail/greek.el ("greek", "greek-postfix"): Change string to
authorAndreas Schwab <schwab@linux-m68k.org>
Sat, 14 Aug 2010 08:00:34 +0000 (10:00 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Sat, 14 Aug 2010 08:00:34 +0000 (10:00 +0200)
character.

leim/ChangeLog
leim/quail/greek.el

index f6a4e815019d56bec6663eef9e6312cf0d627779..21d63dd663a912c0a20ae1cc5e3a0227727706d5 100644 (file)
@@ -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
index 6b183111fcc8654b42b3c897ac1b48ed8427c137..688b247b0b5779ab71b87adb0fe7b638d1c5db14 100644 (file)
@@ -1280,8 +1280,8 @@ e.g.
  (":;i" ?\e,F@\e(B)
  (";:y" ?\e,F`\e(B)
  (":;y" ?\e,F`\e(B)
- (";<" "\e$(Q)(\e(B")
- (";>" "\e$(Q)2\e(B"))
+ (";<" ?\e$(Q)(\e(B)
+ (";>" ?\e$(Q)2\e(B))
 
 (quail-define-package
  "greek-postfix" "GreekPost" "\e,FX\e(B" nil
@@ -1422,11 +1422,11 @@ e.g.
  ("i;:" ?\e,F@\e(B)
  ("y:;" ?\e,F`\e(B)
  ("y;:" ?\e,F`\e(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.
- ("<<" "\e$(Q)(\e(B")
- (">>" "\e$(Q)2\e(B"))
+ ("<<" ?\e$(Q)(\e(B)
+ (">>" ?\e$(Q)2\e(B))
 
 
 ;; arch-tag: 2a37e042-db1b-4ecf-b755-117775a3c150