1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-27 10:54:40 +00:00

(indian-itrans-v5-table): Add entries for "E" and "O".

This commit is contained in:
Kenichi Handa 2003-02-10 04:01:56 +00:00
parent ea7038228b
commit b057ab619d
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2003-02-10 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
* language/ind-util.el (indian-itrans-v5-table): Add entries for
"E" and "O".
2003-02-10 Martin Stjernholm <mast@lysator.liu.se>
* progmodes/cc-styles.el (c-set-offset): Don't find a default

View File

@ -98,8 +98,8 @@
'(;; for encode/decode
(;; vowels -- 18
"a" ("aa" "A") "i" ("ii" "I") "u" ("uu" "U")
("RRi" "R^i") ("LLi" "L^i") (".c" "e.c") nil "e" "ai"
"o.c" nil "o" "au" ("RRI" "R^I") ("LLI" "L^I"))
("RRi" "R^i") ("LLi" "L^i") (".c" "e.c") "E" "e" "ai"
"o.c" "O" "o" "au" ("RRI" "R^I") ("LLI" "L^I"))
(;; consonants -- 40
"k" "kh" "g" "gh" ("~N" "N^")
"ch" ("Ch" "chh") "j" "jh" ("~n" "JN")