]> git.eshelyaron.com Git - emacs.git/commitdiff
(script-representative-chars): Re-add
authorKenichi Handa <handa@m17n.org>
Mon, 1 Sep 2008 02:44:19 +0000 (02:44 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 1 Sep 2008 02:44:19 +0000 (02:44 +0000)
the entry for symbol, but with vector of characters.
(setup-default-fontset): Cancel previous change.

lisp/international/fontset.el

index 4352e2cec96aa7ae5c867bcdabef7a184a7ab8bb..18dfdffee423e0682a9ea805b27c9fb5b86d490a 100644 (file)
        (runic #x16A0)
        (khmer #x1780)
        (mongolian #x1826)
+       (symbol . [#x201C #x2200 #x2500])
        (braille #x2800)
        (ideographic-description #x2FF0)
        (cjk-misc #x300E)
 
      (khmer ,(font-spec :registry "iso10646-1" :otf '(khmr nil (pres))))
 
-     (symbol ,(font-spec :registry "iso10646-1"))
+     (symbol ,(font-spec :registry "iso10646-1" :script 'symbol))
 
      (yi ,(font-spec :registry "iso10646-1" :script 'yi))