From: Kenichi Handa Date: Mon, 25 Feb 2008 01:38:49 +0000 (+0000) Subject: Register tibetan-composition-fucntion in composition-function-table. X-Git-Tag: emacs-pretest-23.0.90~7689 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9192d3ed2fcee09af277914e751c1c8f44045a5f;p=emacs.git Register tibetan-composition-fucntion in composition-function-table. --- diff --git a/lisp/language/tibetan.el b/lisp/language/tibetan.el index 309ee9d0d3d..4de0ab96ae2 100644 --- a/lisp/language/tibetan.el +++ b/lisp/language/tibetan.el @@ -607,7 +607,7 @@ This also matches some punctuation characters which need conversion.") ;; For automatic composition. (set-char-table-range composition-function-table '(#xF00 . #xFD1) - '(("[\xF00-\xFD1]+" . font-shape-text))) + '(("[\xF00-\xFD1]+" . tibetan-composition-function))) (provide 'tibetan)