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 452b84ba0d9..c62093098e3 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) ;;; arch-tag: 2201ac78-7d1e-4674-9bcb-9923c7a2bd9c |