changeset 91283:663fd3a26530

Register font-shape-text in composition-function-table.
author Kenichi Handa <handa@m17n.org>
date Tue, 25 Dec 2007 11:03:30 +0000
parents acc3a08a4484
children d1ec766050a6
files lisp/language/tamil.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/language/tamil.el	Tue Dec 25 11:02:24 2007 +0000
+++ b/lisp/language/tamil.el	Tue Dec 25 11:03:30 2007 +0000
@@ -40,7 +40,7 @@
 
 ;; For automatic composition.
 (set-char-table-range composition-function-table '(#x0b80 . #x0bff)
-		      'tamil-composition-function)
+		      '(("[\x0B80-\x0BFF]+" . font-shape-text)))
 (provide 'tamil)
 
 ;;; arch-tag: 2201ac78-7d1e-4674-9bcb-9923c7a2bd9c