]> git.eshelyaron.com Git - emacs.git/commitdiff
Register tibetan-composition-fucntion in composition-function-table.
authorKenichi Handa <handa@m17n.org>
Mon, 25 Feb 2008 01:38:49 +0000 (01:38 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 25 Feb 2008 01:38:49 +0000 (01:38 +0000)
lisp/language/tibetan.el

index 309ee9d0d3d9e5b8c7993c62250fffe4e95397ad..4de0ab96ae24adb608b41447a9c6876f33b44279 100644 (file)
@@ -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)