Mercurial > emacs
changeset 92178:008ecb0c705a
Register lao-composition-function in
composition-function-table.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 25 Feb 2008 01:36:48 +0000 |
parents | cda257a419a0 |
children | 865352429518 |
files | lisp/language/lao.el |
diffstat | 1 files changed, 1 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/language/lao.el Mon Feb 25 01:35:50 2008 +0000 +++ b/lisp/language/lao.el Mon Feb 25 01:36:48 2008 +0000 @@ -48,13 +48,8 @@ (features lao-util) (documentation . t))) -;; For automatic composition. -;; (let ((chars "(1QTUVWXY[\hijklm(B")) -;; (dotimes (i (length chars)) -;; (aset composition-function-table (aref chars i) -;; 'lao-composition-function))) (set-char-table-range composition-function-table '(#xE80 . #xEDF) - '(("[\xE80-\xEDF]+" . font-shape-text))) + '(("[\xE80-\xEDF]+" . lao-composition-function))) (provide 'lao)