changeset 97559:7f34191b026b

(script-representative-chars): Delete the entry for symbol. (setup-default-fontset): For symbol characters, don't specify :script property.
author Kenichi Handa <handa@m17n.org>
date Tue, 19 Aug 2008 07:47:58 +0000
parents ec399baa25dd
children 35e83bc351f5
files lisp/international/fontset.el
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/fontset.el	Tue Aug 19 07:46:52 2008 +0000
+++ b/lisp/international/fontset.el	Tue Aug 19 07:47:58 2008 +0000
@@ -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))