* international/fontset.el (setup-default-fontset):
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 19 Jun 2009 01:51:07 +0000 (01:51 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 19 Jun 2009 01:51:07 +0000 (01:51 +0000)
  Fix typo in previous change.

lisp/ChangeLog
lisp/international/fontset.el

index 665443a..359150a 100644 (file)
@@ -1,3 +1,8 @@
+2009-06-19  Juanma Barranquero  <lekktu@gmail.com>
+
+       * international/fontset.el (setup-default-fontset):
+       Fix typo in previous change.
+
 2009-06-19  Kenichi Handa  <handa@m17n.org>
 
        * international/fontset.el (setup-default-fontset): Add a spec of
@@ -94,7 +99,7 @@
        * composite.el (compose-gstring-for-terminal): For zero-width
        characters of Unicode category `Cf', simply replace it with SPC.
 
-2009-06-09  Agustín Martín <agustin.martin@hispalinux.es>
+2009-06-09  Agustín Martín  <agustin.martin@hispalinux.es>
 
        * ispell.el: Make `ispell-dictionary' customizable (#2555)
 
index 423dfa5..d041f16 100644 (file)
            (nil . "VISCII1.1-1")
            ,(font-spec :registry "iso10646-1" :script 'latin))
 
-     (thai  ,(font-spec :registry "iso10646-1" :otf '(thai nil nil (mark))
-           ,(font-spec :registry "iso10646-1" :script 'thai))
+     (thai  ,(font-spec :registry "iso10646-1" :otf '(thai nil nil (mark)))
+           ,(font-spec :registry "iso10646-1" :script 'thai)
            (nil . "TIS620*")
            (nil . "ISO8859-11"))