aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2010-08-15 11:34:53 +0200
committerAndreas Schwab2010-08-15 11:34:53 +0200
commitb514a395cc3e6451e85d22a44475a1185c193a90 (patch)
tree192771a5cb009d5de3e36ba87502fcf8cafdbb2f
parenta4aae1a5322c264d5b9d2f605a4b31acec78e526 (diff)
downloademacs-b514a395cc3e6451e85d22a44475a1185c193a90.tar.gz
emacs-b514a395cc3e6451e85d22a44475a1185c193a90.zip
* quail/georgian.el: Remove extra backslashes.
-rw-r--r--leim/ChangeLog4
-rw-r--r--leim/quail/georgian.el10
2 files changed, 9 insertions, 5 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog
index ae499daef49..a7fafd1a216 100644
--- a/leim/ChangeLog
+++ b/leim/ChangeLog
@@ -1,3 +1,7 @@
12010-08-15 Andreas Schwab <schwab@linux-m68k.org>
2
3 * quail/georgian.el: Remove extra backslashes.
4
12010-08-14 Andreas Schwab <schwab@linux-m68k.org> 52010-08-14 Andreas Schwab <schwab@linux-m68k.org>
2 6
3 * quail/arabic.el: Quote [ and ]. 7 * quail/arabic.el: Quote [ and ].
diff --git a/leim/quail/georgian.el b/leim/quail/georgian.el
index 0101a930d37..a063d126667 100644
--- a/leim/quail/georgian.el
+++ b/leim/quail/georgian.el
@@ -51,7 +51,7 @@
51 ("n" ?ნ) 51 ("n" ?ნ)
52 ("o" ?ო) 52 ("o" ?ო)
53 (".p" ?პ) 53 (".p" ?პ)
54 ("\+z" ?ჟ) 54 ("+z" ?ჟ)
55 ("r" ?რ) 55 ("r" ?რ)
56 ("s" ?ს) 56 ("s" ?ს)
57 (".t" ?ტ) 57 (".t" ?ტ)
@@ -60,14 +60,14 @@
60 ("k" ?ქ) 60 ("k" ?ქ)
61 (".g" ?ღ) 61 (".g" ?ღ)
62 ("q" ?ყ) 62 ("q" ?ყ)
63 ("\+s" ?შ) 63 ("+s" ?შ)
64 ("\+c" ?ჩ) 64 ("+c" ?ჩ)
65 ("c" ?ც) 65 ("c" ?ც)
66 ("j" ?ძ) 66 ("j" ?ძ)
67 (".c" ?წ) 67 (".c" ?წ)
68 (".\+c" ?ჭ) 68 (".+c" ?ჭ)
69 ("x" ?ხ) 69 ("x" ?ხ)
70 ("\+j" ?ჯ) 70 ("+j" ?ჯ)
71 ("h" ?ჰ) 71 ("h" ?ჰ)
72 ("q1" ?ჴ) 72 ("q1" ?ჴ)
73 ("e0" ?ჱ) 73 ("e0" ?ჱ)