summaryrefslogtreecommitdiff
path: root/leim
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2007-12-07 11:05:08 +0000
committerKenichi Handa <handa@m17n.org>2007-12-07 11:05:08 +0000
commit3d587afd35bfdad13523d7b856d8d054e5826a4d (patch)
treecff01715af071bd986829444fac51a905704c1f5 /leim
parentd3968b9a74ace556f5f70b9bb6559f269690860c (diff)
downloademacs-3d587afd35bfdad13523d7b856d8d054e5826a4d.tar.gz
(quail-map-from-table): Allow a tone just after a
consonant.
Diffstat (limited to 'leim')
-rw-r--r--leim/ChangeLog5
-rw-r--r--leim/quail/lao.el5
2 files changed, 8 insertions, 2 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog
index 69351db078b..1c14d412ec3 100644
--- a/leim/ChangeLog
+++ b/leim/ChangeLog
@@ -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.
diff --git a/leim/quail/lao.el b/leim/quail/lao.el
index b9a2dd9bf9b..d6e1758b0dc 100644
--- a/leim/quail/lao.el
+++ b/leim/quail/lao.el
@@ -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))))