comparison lisp/language/tamil.el @ 89483:2f877ed80fa6

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Mon, 08 Sep 2003 12:53:41 +0000
parents 375f2633d815
children 68c22ea6027c
comparison
equal deleted inserted replaced
88123:375f2633d815 89483:2f877ed80fa6
36 (features tml-util) 36 (features tml-util)
37 (documentation . "\ 37 (documentation . "\
38 South Indian Language Tamil supported in this language environment.")) 38 South Indian Language Tamil supported in this language environment."))
39 '("Indian")) 39 '("Indian"))
40 40
41 ;; For automatic composition.
42 (set-char-table-range composition-function-table '(#x0b80 . #x0bff)
43 'tamil-composition-function)
41 (provide 'tamil) 44 (provide 'tamil)
42 45
43 ;;; tamil.el ends here 46 ;;; tamil.el ends here