changeset 91285:52f31f16499e

Register font-shape-text in composition-function-table.
author Kenichi Handa <handa@m17n.org>
date Tue, 25 Dec 2007 11:05:49 +0000
parents d1ec766050a6
children 67e2a701488c
files lisp/language/tibetan.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/language/tibetan.el	Tue Dec 25 11:05:22 2007 +0000
+++ b/lisp/language/tibetan.el	Tue Dec 25 11:05:49 2007 +0000
@@ -606,7 +606,7 @@
 
 ;; For automatic composition.
 (set-char-table-range composition-function-table '(#xF00 . #xFD1)
-		      'tibetan-composition-function)
+		      '(("[\xF00-\xFD1]+" . font-shape-text)))
 
 (provide 'tibetan)