]> git.eshelyaron.com Git - emacs.git/commitdiff
(setup-default-fontset): Add a spec of non-OTF unicode font for Thai.
authorKenichi Handa <handa@m17n.org>
Fri, 19 Jun 2009 00:58:51 +0000 (00:58 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 19 Jun 2009 00:58:51 +0000 (00:58 +0000)
lisp/ChangeLog
lisp/international/fontset.el

index 62639bc8e597a80904c908505a5a4b319684a953..665443add0c1832edfcc1454a474738947ef7498 100644 (file)
@@ -1,5 +1,8 @@
 2009-06-19  Kenichi Handa  <handa@m17n.org>
 
+       * international/fontset.el (setup-default-fontset): Add a spec of
+       non-OTF unicode font for Thai.
+
        * fringe.el: Add coding: utf-8 cookie.
 
 2009-06-18  Kenichi Handa  <handa@m17n.org>
index 103cfccc611588a5232197f5f4c6a935e9d0a5f9..423dfa5d3646c225b5a1b18b82246d79ebee31c0 100644 (file)
            (nil . "VISCII1.1-1")
            ,(font-spec :registry "iso10646-1" :script 'latin))
 
-     (thai  ,(font-spec :registry "iso10646-1" :otf '(thai nil nil (mark)))
+     (thai  ,(font-spec :registry "iso10646-1" :otf '(thai nil nil (mark))
+           ,(font-spec :registry "iso10646-1" :script 'thai))
            (nil . "TIS620*")
            (nil . "ISO8859-11"))