diff options
| author | Kenichi Handa | 2010-04-22 13:59:50 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2010-04-22 13:59:50 +0900 |
| commit | b106e264898b428321b21beef178b4e09f175128 (patch) | |
| tree | a7f10c75fe9bc98d6d053676f09c3d53fe460bd5 | |
| parent | 8404c468113fb4189fe7d884959172987d650b78 (diff) | |
| download | emacs-b106e264898b428321b21beef178b4e09f175128.tar.gz emacs-b106e264898b428321b21beef178b4e09f175128.zip | |
language/indian.el (gujarati-composable-pattern): Fix typo.
| -rw-r--r-- | lisp/ChangeLog | 1 | ||||
| -rw-r--r-- | lisp/language/indian.el | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4a3ec91335c..63bd341d779 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | 2010-04-22 Kenichi Handa <handa@m17n.org> | 1 | 2010-04-22 Kenichi Handa <handa@m17n.org> |
| 2 | 2 | ||
| 3 | * language/indian.el (gurmukhi-composable-pattern): Fix typo. | 3 | * language/indian.el (gurmukhi-composable-pattern): Fix typo. |
| 4 | (gujarati-composable-pattern): Fix typo. | ||
| 4 | 5 | ||
| 5 | 2010-04-20 Kenichi Handa <handa@m17n.org> | 6 | 2010-04-20 Kenichi Handa <handa@m17n.org> |
| 6 | 7 | ||
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.")) | |||
| 225 | (defconst gujarati-composable-pattern | 225 | (defconst gujarati-composable-pattern |
| 226 | (let ((table | 226 | (let ((table |
| 227 | '(("a" . "[\u0A81-\u0A82]") ; SIGN CANDRABINDU .. ANUSVARA | 227 | '(("a" . "[\u0A81-\u0A82]") ; SIGN CANDRABINDU .. ANUSVARA |
| 228 | ("A" . "\u0A83]") ; SIGN VISARGA | 228 | ("A" . "\u0A83") ; SIGN VISARGA |
| 229 | ("V" . "[\u0A85-\u0A94\u0AE0-\u0AE1]") ; independent vowel | 229 | ("V" . "[\u0A85-\u0A94\u0AE0-\u0AE1]") ; independent vowel |
| 230 | ("C" . "[\u0A95-\u0AB9]") ; consonant | 230 | ("C" . "[\u0A95-\u0AB9]") ; consonant |
| 231 | ("R" . "\u0AB0") ; RA | 231 | ("R" . "\u0AB0") ; RA |