]> git.eshelyaron.com Git - emacs.git/commitdiff
(quail-map-from-table): Allow a tone just after a
authorKenichi Handa <handa@m17n.org>
Fri, 7 Dec 2007 11:05:08 +0000 (11:05 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 7 Dec 2007 11:05:08 +0000 (11:05 +0000)
consonant.

leim/ChangeLog
leim/quail/lao.el

index 69351db078ba655991d238e1a43573a110bcec45..1c14d412ec3216b0080cac84d4d4a18db6042a82 100644 (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.
index b9a2dd9bf9b648cdbec6c31f55e4b27d065e6c77..d6e1758b0dc3e3ddee02489e65f74a9c30e8423d 100644 (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))))