Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ef34da7f
Commit
ef34da7f
authored
Jun 19, 2009
by
Juanma Barranquero
Browse files
* international/fontset.el (setup-default-fontset):
Fix typo in previous change.
parent
27fa41ee
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
lisp/ChangeLog
lisp/ChangeLog
+6
-1
lisp/international/fontset.el
lisp/international/fontset.el
+2
-2
No files found.
lisp/ChangeLog
View file @
ef34da7f
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)
...
...
lisp/international/fontset.el
View file @
ef34da7f
...
...
@@ -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"
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment