]> git.eshelyaron.com Git - emacs.git/commitdiff
Register font-shape-text in
authorKenichi Handa <handa@m17n.org>
Tue, 25 Dec 2007 11:08:13 +0000 (11:08 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 25 Dec 2007 11:08:13 +0000 (11:08 +0000)
composition-function-table.

lisp/language/devanagari.el

index fea66a26a0621d29a7f42e80bc47f70cc000b9f2..f825cab69913e5b58e125ed27b4de391fb941bfc 100644 (file)
@@ -48,7 +48,7 @@ are supported in this language environment."))
                 (#x0905 . #x0939)
                 (#x0958 . #x0961)))
   (set-char-table-range composition-function-table range
-                       'devanagari-composition-function))
+                       '(("[\x0900-\x097F]+" . font-shape-text))))
 
 (provide 'devanagari)