mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-05 23:21:22 -08:00
* international/fontset.el (setup-default-fontset):
Fix typo in previous change.
This commit is contained in:
parent
27fa41ee35
commit
ef34da7f7e
2 changed files with 8 additions and 3 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -326,8 +326,8 @@
|
|||
(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"))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue