mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-06 05:52:32 -08:00
(word-combining-categories): Add entries for 2-byte Han characters.
This commit is contained in:
parent
5cfd0f2e4f
commit
1c7f8620c7
1 changed files with 4 additions and 1 deletions
|
|
@ -1258,7 +1258,10 @@
|
|||
;;; Setting word boundary.
|
||||
|
||||
(setq word-combining-categories
|
||||
'((?l . ?l)))
|
||||
'((?l . ?l)
|
||||
(?C . ?C)
|
||||
(?C . ?H)
|
||||
(?C . ?K)))
|
||||
|
||||
(setq word-separating-categories ; (2-byte character sets)
|
||||
'((?A . ?K) ; Alpha numeric - Katakana
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue