From afc3e744cec111832bae0566515970b80a25ec8e Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 25 Dec 2007 11:05:49 +0000 Subject: [PATCH] Register font-shape-text 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 0b966f3d126..bad81e4a69e 100644 --- a/lisp/language/tibetan.el +++ b/lisp/language/tibetan.el @@ -606,7 +606,7 @@ This also matches some punctuation characters which need conversion.") ;; For automatic composition. (set-char-table-range composition-function-table '(#xF00 . #xFD1) - 'tibetan-composition-function) + '(("[\xF00-\xFD1]+" . font-shape-text))) (provide 'tibetan) -- 2.39.5