Register font-shape-text in
authorKenichi Handa <handa@m17n.org>
Tue, 25 Dec 2007 11:05:49 +0000 (11:05 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 25 Dec 2007 11:05:49 +0000 (11:05 +0000)
composition-function-table.

lisp/language/tibetan.el

index 0b966f3d1269d2acf3b6dcc5055cf8e43863a4bd..bad81e4a69eebb04e10aed4dd2a267ff6ad42725 100644 (file)
@@ -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)