]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix setting of composition-function-table.
authorKenichi Handa <handa@m17n.org>
Wed, 17 Sep 2008 11:49:06 +0000 (11:49 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 17 Sep 2008 11:49:06 +0000 (11:49 +0000)
lisp/ChangeLog
lisp/language/burmese.el

index 64a70052890f4aafc5aef461c7ca9d163587c652..ec8c0c21d897950e937734fa73b494b4328e1cb3 100644 (file)
@@ -1,3 +1,7 @@
+2008-09-17  Kenichi Handa  <handa@m17n.org>
+
+       * language/burmese.el: Fix setting of composition-function-table.
+
 2008-09-17  Martin Rudalics  <rudalics@gmx.at>
 
        * info.el (Info-follow-nearest-node): Don't raise an error for
index 2cc1c89a0bbc1cc11d28341e3822a0a6dbd3a7d6..ee31767bd1402fb4a6d2aba2af210fe4c4438543 100644 (file)
@@ -37,6 +37,6 @@
             (documentation . t)))
 
 (set-char-table-range composition-function-table '(#x1000 . #x107F)
-                     '(("[\x1000-\x107F\x200C\x200D]+" . font-shape-text)))
+                     '(["[\x1000-\x107F\x200C\x200D]+" 0 font-shape-gstring]))
 
 ;; arch-tag: 8ba5f4cd-ef89-4008-b784-397edd0cb32e