mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Fix patterns to be registered in composition-function-table.
This commit is contained in:
parent
276bc00212
commit
7b6fb48002
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@
|
|||
|
||||
|
||||
;; Register a function to compose Thai characters.
|
||||
(let ((patterns '(("\\c0\\c4\\|\\c0\\(\\c2\\|\\c3\\)\\c4?"
|
||||
(let ((patterns '(("\\c0?\\(\\c2\\|\\c3\\|\\c4\\)+"
|
||||
. thai-composition-function))))
|
||||
(aset composition-function-table (make-char 'thai-tis620) patterns)
|
||||
(dotimes (i (1+ (- #xe7f #xe00)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue