(quail-map-from-table): Allow a tone just after a

consonant.
This commit is contained in:
Kenichi Handa 2007-12-07 11:05:08 +00:00
parent d3968b9a74
commit 3d587afd35
2 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2007-12-07 Kenichi Handa <handa@ni.aist.go.jp>
* quail/lao.el (quail-map-from-table): Allow a tone just after a
consonant.
2007-11-17 Glenn Morris <rgm@gnu.org>
* Makefile.in (check-declare): New target.

View file

@ -206,8 +206,9 @@ you need to re-load it to properly re-initialize related alists.")
lao-tone-key-alist
lao-other-key-alist)
(svt-state (lao-semivowel-key-alist . v-state)
(lao-vowel-key-alist . t-state)
lao-voweltone-key-alist)
(lao-vowel-key-alist . t-state)
lao-voweltone-key-alist
lao-tone-key-alist)
(v-state (lao-vowel-key-alist . t-state))
(t-state lao-tone-key-alist))))