From 9192d3ed2fcee09af277914e751c1c8f44045a5f Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Mon, 25 Feb 2008 01:38:49 +0000 Subject: [PATCH] Register tibetan-composition-fucntion in composition-function-table. --- lisp/language/tibetan.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5