changeset 91280:5f6a28bb4a31

Register font-shape-text in composition-function-table.
author Kenichi Handa <handa@m17n.org>
date Tue, 25 Dec 2007 10:59:23 +0000
parents 514550f2a5ff
children 585e7f50637d
files lisp/language/kannada.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/language/kannada.el	Tue Dec 25 10:57:51 2007 +0000
+++ b/lisp/language/kannada.el	Tue Dec 25 10:59:23 2007 +0000
@@ -46,7 +46,7 @@
 
 ;; For automatic composition.
 (set-char-table-range composition-function-table '(#x0c80 . #x0cff)
-		      'kannada-composition-function)
+		      '(("[\x0c80-\x0CFF]+" . font-shape-text)))
 
 (provide 'kannada)