(quail-map-from-table): Allow a tone just after a
consonant.
This commit is contained in:
parent
d3968b9a74
commit
3d587afd35
2 changed files with 8 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue