# HG changeset patch # User Kenichi Handa # Date 1219132078 0 # Node ID 7f34191b026b8c26b9ce9ee4353b3a7dc255454b # Parent ec399baa25dda0a1ea5d42482bdc2552365bb1a5 (script-representative-chars): Delete the entry for symbol. (setup-default-fontset): For symbol characters, don't specify :script property. diff -r ec399baa25dd -r 7f34191b026b lisp/international/fontset.el --- 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))