From: Kenichi Handa Date: Tue, 25 Dec 2007 11:05:49 +0000 (+0000) Subject: Register font-shape-text in X-Git-Tag: emacs-pretest-23.0.90~8295^2~86 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=afc3e744cec111832bae0566515970b80a25ec8e;p=emacs.git Register font-shape-text in composition-function-table. --- 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)