emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99977: * quail/greek.el ("greek",


From: Andreas Schwab
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r99977: * quail/greek.el ("greek", "greek-postfix"): Change string to
Date: Sat, 14 Aug 2010 10:00:34 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99977
committer: Andreas Schwab <address@hidden>
branch nick: emacs
timestamp: Sat 2010-08-14 10:00:34 +0200
message:
  * quail/greek.el ("greek", "greek-postfix"): Change string to
  character.
modified:
  leim/ChangeLog
  leim/quail/greek.el
=== modified file 'leim/ChangeLog'
--- a/leim/ChangeLog    2010-08-13 06:26:27 +0000
+++ b/leim/ChangeLog    2010-08-14 08:00:34 +0000
@@ -1,3 +1,8 @@
+2010-08-14  Andreas Schwab  <address@hidden>
+
+       * quail/greek.el ("greek", "greek-postfix"): Change string to
+       character.
+
 2010-08-13  Kenichi Handa  <address@hidden>
 
        * quail/greek.el ("greek-postfix"): Add rules for Greek style

=== modified file 'leim/quail/greek.el'
--- a/leim/quail/greek.el       2010-08-13 06:26:27 +0000
+++ b/leim/quail/greek.el       2010-08-14 08:00:34 +0000
@@ -1280,8 +1280,8 @@
  (":;i" ?,address@hidden(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;:" ?,address@hidden(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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]