aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/language
diff options
context:
space:
mode:
authorKenichi Handa2003-02-10 04:01:56 +0000
committerKenichi Handa2003-02-10 04:01:56 +0000
commitb057ab619d4f7bcd880ee313697f845be22715cf (patch)
tree9d3d89ac67e341c25efcc3848e848f46de5eb922 /lisp/language
parentea7038228bfde2707880dae062e3a1595c427195 (diff)
downloademacs-b057ab619d4f7bcd880ee313697f845be22715cf.tar.gz
emacs-b057ab619d4f7bcd880ee313697f845be22715cf.zip
(indian-itrans-v5-table): Add entries for "E" and "O".
Diffstat (limited to 'lisp/language')
-rw-r--r--lisp/language/ind-util.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/language/ind-util.el b/lisp/language/ind-util.el
index dfd092dd00a..37971713280 100644
--- a/lisp/language/ind-util.el
+++ b/lisp/language/ind-util.el
@@ -98,8 +98,8 @@
98 '(;; for encode/decode 98 '(;; for encode/decode
99 (;; vowels -- 18 99 (;; vowels -- 18
100 "a" ("aa" "A") "i" ("ii" "I") "u" ("uu" "U") 100 "a" ("aa" "A") "i" ("ii" "I") "u" ("uu" "U")
101 ("RRi" "R^i") ("LLi" "L^i") (".c" "e.c") nil "e" "ai" 101 ("RRi" "R^i") ("LLi" "L^i") (".c" "e.c") "E" "e" "ai"
102 "o.c" nil "o" "au" ("RRI" "R^I") ("LLI" "L^I")) 102 "o.c" "O" "o" "au" ("RRI" "R^I") ("LLI" "L^I"))
103 (;; consonants -- 40 103 (;; consonants -- 40
104 "k" "kh" "g" "gh" ("~N" "N^") 104 "k" "kh" "g" "gh" ("~N" "N^")
105 "ch" ("Ch" "chh") "j" "jh" ("~n" "JN") 105 "ch" ("Ch" "chh") "j" "jh" ("~n" "JN")