# HG changeset patch # User Kenichi Handa # Date 1203903529 0 # Node ID 77454a3dacb5bbc3bc99af0259e62f9b66dec020 # Parent 86535242951853c411305cda8448635ced5f9cb5 Register tibetan-composition-fucntion in composition-function-table. diff -r 865352429518 -r 77454a3dacb5 lisp/language/tibetan.el --- 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)