changeset 92180:77454a3dacb5

Register tibetan-composition-fucntion in composition-function-table.
author Kenichi Handa <handa@m17n.org>
date Mon, 25 Feb 2008 01:38:49 +0000
parents 865352429518
children 5b7baf2c115a
files lisp/language/tibetan.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/language/tibetan.el	Mon Feb 25 01:38:06 2008 +0000
+++ b/lisp/language/tibetan.el	Mon Feb 25 01:38:49 2008 +0000
@@ -607,7 +607,7 @@
 
 ;; For automatic composition.
 (set-char-table-range composition-function-table '(#xF00 . #xFD1)
-		      '(("[\xF00-\xFD1]+" . font-shape-text)))
+		      '(("[\xF00-\xFD1]+" . tibetan-composition-function)))
 
 (provide 'tibetan)