From b106e264898b428321b21beef178b4e09f175128 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 22 Apr 2010 13:59:50 +0900 Subject: [PATCH] language/indian.el (gujarati-composable-pattern): Fix typo. --- lisp/ChangeLog | 1 + lisp/language/indian.el | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4a3ec91335c..63bd341d779 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,6 +1,7 @@ 2010-04-22 Kenichi Handa * language/indian.el (gurmukhi-composable-pattern): Fix typo. + (gujarati-composable-pattern): Fix typo. 2010-04-20 Kenichi Handa diff --git a/lisp/language/indian.el b/lisp/language/indian.el index 8c08d04f69b..84998f9cec8 100644 --- a/lisp/language/indian.el +++ b/lisp/language/indian.el @@ -225,7 +225,7 @@ South Indian language Malayalam is supported in this language environment.")) (defconst gujarati-composable-pattern (let ((table '(("a" . "[\u0A81-\u0A82]") ; SIGN CANDRABINDU .. ANUSVARA - ("A" . "\u0A83]") ; SIGN VISARGA + ("A" . "\u0A83") ; SIGN VISARGA ("V" . "[\u0A85-\u0A94\u0AE0-\u0AE1]") ; independent vowel ("C" . "[\u0A95-\u0AB9]") ; consonant ("R" . "\u0AB0") ; RA -- 2.11.4.GIT