mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
Fix setting of composition-function-table.
This commit is contained in:
parent
fdf906797d
commit
b2a9ce7e48
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue