emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/language/ind-util.el


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lisp/language/ind-util.el
Date: Sun, 09 Feb 2003 23:00:28 -0500

Index: emacs/lisp/language/ind-util.el
diff -c emacs/lisp/language/ind-util.el:1.7 emacs/lisp/language/ind-util.el:1.8
*** emacs/lisp/language/ind-util.el:1.7 Tue Feb  4 08:11:50 2003
--- emacs/lisp/language/ind-util.el     Sun Feb  9 23:00:28 2003
***************
*** 98,105 ****
    '(;; 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"))
      (;; consonants -- 40
       "k"   "kh"  "g"   "gh"  ("~N" "N^")
       "ch" ("Ch" "chh") "j" "jh" ("~n" "JN")
--- 98,105 ----
    '(;; for encode/decode
      (;; vowels -- 18
       "a" ("aa" "A") "i" ("ii" "I") "u" ("uu" "U")
!      ("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")




reply via email to

[Prev in Thread] Current Thread [Next in Thread]