Mercurial > emacs
changeset 98207:f799f54cd1dd
Fix setting of composition-function-table.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 17 Sep 2008 11:48:52 +0000 |
parents | 971d5e0c4fcb |
children | 1e59cb040cab |
files | lisp/language/burmese.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/language/burmese.el Wed Sep 17 11:48:15 2008 +0000 +++ b/lisp/language/burmese.el Wed Sep 17 11:48:52 2008 +0000 @@ -37,6 +37,6 @@ (documentation . t))) (set-char-table-range composition-function-table '(#x1000 . #x107F) - '(("[\x1000-\x107F\x200C\x200D]+" . font-shape-text))) + '(["[\x1000-\x107F\x200C\x200D]+" 0 font-shape-gstring])) ;; arch-tag: 8ba5f4cd-ef89-4008-b784-397edd0cb32e