quail-define-inscript-package tiny change
authorDaniel Bergey <bergey@alum.mit.edu>
Fri, 17 Aug 2012 07:28:23 +0000 (00:28 -0700)
committerGlenn Morris <rgm@gnu.org>
Fri, 17 Aug 2012 07:28:23 +0000 (00:28 -0700)
* leim/quail/indian.el (quail-define-inscript-package):
Set kbd-translate for all Inscript layouts.  It's a positional
layout: vowels should be on the left hand regardless of the
underlying characters produced by those keys.

Fixes: debbugs:12072

leim/ChangeLog
leim/quail/indian.el

index fcf0e72..5c29052 100644 (file)
@@ -1,3 +1,10 @@
+2012-08-17  Daniel Bergey  <bergey@alum.mit.edu>  (tiny change)
+
+       * quail/indian.el (quail-define-inscript-package):
+       Set kbd-translate for all Inscript layouts.  It's a positional
+       layout: vowels should be on the left hand regardless of the
+       underlying characters produced by those keys.  (Bug#12072)
+
 2012-08-06  Mohsen BANAN  <libre@mohsen.1.banan.byname.net>
 
        * quail/persian.el: Add some mappings.  (Bug#11812)
index 1c01693..2541e60 100644 (file)
@@ -309,7 +309,7 @@ Full key sequences are listed below:")
 (defun quail-define-inscript-package (char-tables key-tables pkgname lang
                                                   title docstring)
   (funcall 'quail-define-package pkgname lang title nil docstring
-          nil nil nil nil nil nil nil nil)
+          nil nil nil t nil nil nil nil)
   (let (char-table key-table char key)
     (while (and char-tables key-tables)
       (setq char-table  (car char-tables)