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 r99980: * quail/georgian.el: Remov


From: Andreas Schwab
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r99980: * quail/georgian.el: Remove extra backslashes.
Date: Sun, 15 Aug 2010 11:34:53 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99980
committer: Andreas Schwab <address@hidden>
branch nick: emacs
timestamp: Sun 2010-08-15 11:34:53 +0200
message:
  * quail/georgian.el: Remove extra backslashes.
modified:
  leim/ChangeLog
  leim/quail/georgian.el
=== modified file 'leim/ChangeLog'
--- a/leim/ChangeLog    2010-08-14 08:20:08 +0000
+++ b/leim/ChangeLog    2010-08-15 09:34:53 +0000
@@ -1,3 +1,7 @@
+2010-08-15  Andreas Schwab  <address@hidden>
+
+       * quail/georgian.el: Remove extra backslashes.
+
 2010-08-14  Andreas Schwab  <address@hidden>
 
        * quail/arabic.el: Quote [ and ].

=== modified file 'leim/quail/georgian.el'
--- a/leim/quail/georgian.el    2010-01-13 08:35:10 +0000
+++ b/leim/quail/georgian.el    2010-08-15 09:34:53 +0000
@@ -51,7 +51,7 @@
  ("n" ?ნ)
  ("o" ?ო)
  (".p" ?პ)
- ("\+z"        ?ჟ)
+ ("+z" ?ჟ)
  ("r" ?რ)
  ("s" ?ს)
  (".t" ?ტ)
@@ -60,14 +60,14 @@
  ("k" ?ქ)
  (".g" ?ღ)
  ("q" ?ყ)
- ("\+s"        ?შ)
- ("\+c"        ?ჩ)
+ ("+s" ?შ)
+ ("+c" ?ჩ)
  ("c" ?ც)
  ("j" ?ძ)
  (".c" ?წ)
- (".\+c" ?ჭ)
+ (".+c" ?ჭ)
  ("x" ?ხ)
- ("\+j"        ?ჯ)
+ ("+j" ?ჯ)
  ("h" ?ჰ)
  ("q1" ?ჴ)
  ("e0" ?ჱ)


reply via email to

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