Mercurial > emacs
changeset 91282:acc3a08a4484
Register font-shape-text in composition-function-table.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 25 Dec 2007 11:02:24 +0000 |
parents | 585e7f50637d |
children | 663fd3a26530 |
files | lisp/language/malayalam.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/language/malayalam.el Tue Dec 25 11:01:12 2007 +0000 +++ b/lisp/language/malayalam.el Tue Dec 25 11:02:24 2007 +0000 @@ -43,8 +43,7 @@ ;; For automatic composition. (set-char-table-range composition-function-table '(#x0d00 . #x0d7f) - 'malayalam-composition-function) - + '(("[\x0D00-\x0D7F]+" . font-shape-text))) (provide 'malayalam)