diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/language/burmese.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 64a70052890..ec8c0c21d89 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-09-17 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * language/burmese.el: Fix setting of composition-function-table. | ||
| 4 | |||
| 1 | 2008-09-17 Martin Rudalics <rudalics@gmx.at> | 5 | 2008-09-17 Martin Rudalics <rudalics@gmx.at> |
| 2 | 6 | ||
| 3 | * info.el (Info-follow-nearest-node): Don't raise an error for | 7 | * info.el (Info-follow-nearest-node): Don't raise an error for |
diff --git a/lisp/language/burmese.el b/lisp/language/burmese.el index 2cc1c89a0bb..ee31767bd14 100644 --- a/lisp/language/burmese.el +++ b/lisp/language/burmese.el | |||
| @@ -37,6 +37,6 @@ | |||
| 37 | (documentation . t))) | 37 | (documentation . t))) |
| 38 | 38 | ||
| 39 | (set-char-table-range composition-function-table '(#x1000 . #x107F) | 39 | (set-char-table-range composition-function-table '(#x1000 . #x107F) |
| 40 | '(("[\x1000-\x107F\x200C\x200D]+" . font-shape-text))) | 40 | '(["[\x1000-\x107F\x200C\x200D]+" 0 font-shape-gstring])) |
| 41 | 41 | ||
| 42 | ;; arch-tag: 8ba5f4cd-ef89-4008-b784-397edd0cb32e | 42 | ;; arch-tag: 8ba5f4cd-ef89-4008-b784-397edd0cb32e |