diff options
Diffstat (limited to 'lisp/language/tamil.el')
-rw-r--r-- | lisp/language/tamil.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/language/tamil.el b/lisp/language/tamil.el index be02f07376c..04f3eacc5e5 100644 --- a/lisp/language/tamil.el +++ b/lisp/language/tamil.el @@ -38,6 +38,9 @@ South Indian Language Tamil supported in this language environment.")) '("Indian")) +;; For automatic composition. +(set-char-table-range composition-function-table '(#x0b80 . #x0bff) + 'tamil-composition-function) (provide 'tamil) ;;; tamil.el ends here |