Fix setting of composition-function-table.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2008-09-17 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* language/burmese.el: Fix setting of composition-function-table.
|
||||
|
||||
2008-09-17 Martin Rudalics <rudalics@gmx.at>
|
||||
|
||||
* info.el (Info-follow-nearest-node): Don't raise an error for
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user