From b514a395cc3e6451e85d22a44475a1185c193a90 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sun, 15 Aug 2010 11:34:53 +0200 Subject: [PATCH] * quail/georgian.el: Remove extra backslashes. --- leim/ChangeLog | 4 ++++ leim/quail/georgian.el | 10 +++++----- 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 @@ +2010-08-15 Andreas Schwab + + * quail/georgian.el: Remove extra backslashes. + 2010-08-14 Andreas Schwab * 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 @@ ("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" ?ჱ) -- 2.39.2