1
Fork 0
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:
Kenichi Handa 2005-03-18 06:48:58 +00:00
parent 276bc00212
commit 7b6fb48002

View file

@ -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)))