diff options
author | Kenichi Handa <handa@m17n.org> | 2008-08-19 07:47:58 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2008-08-19 07:47:58 +0000 |
commit | 5276e48c3ee99f094350b0f068def1145626ca9e (patch) | |
tree | 0e4b8829eca5a886a8c1281d345e0d414e9dc16e /lisp/international/fontset.el | |
parent | d08189843f27927713b9949e46f500d0a6d9a492 (diff) | |
download | emacs-5276e48c3ee99f094350b0f068def1145626ca9e.tar.gz |
(script-representative-chars): Delete
the entry for symbol.
(setup-default-fontset): For symbol characters, don't specify
:script property.
Diffstat (limited to 'lisp/international/fontset.el')
-rw-r--r-- | lisp/international/fontset.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/international/fontset.el b/lisp/international/fontset.el index 0baa6dbfa43..e511614bf2f 100644 --- a/lisp/international/fontset.el +++ b/lisp/international/fontset.el @@ -175,7 +175,6 @@ (runic #x16A0) (khmer #x1780) (mongolian #x1826) - (symbol #x201C #x2200 #x2500) (braille #x2800) (ideographic-description #x2FF0) (cjk-misc #x300E) @@ -372,7 +371,7 @@ (khmer ,(font-spec :registry "iso10646-1" :otf '(khmr nil (pres)))) - (symbol ,(font-spec :registry "iso10646-1" :script 'symbol)) + (symbol ,(font-spec :registry "iso10646-1")) (yi ,(font-spec :registry "iso10646-1" :script 'yi)) |