]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove U+FE0F from script-representative-chars
authorRobert Pluim <rpluim@gmail.com>
Mon, 4 Oct 2021 17:11:15 +0000 (19:11 +0200)
committerRobert Pluim <rpluim@gmail.com>
Mon, 4 Oct 2021 17:11:15 +0000 (19:11 +0200)
* lisp/international/fontset.el (script-representative-chars): Remove
U+FE0F / VS-16 from the 'emoji' entry.  It could cause us to skip
fonts that don't have a glyph for it, even though we don't actually
need one.

lisp/international/fontset.el

index f0ead8a2744c7f7ef1f141a52541f6c2b8c76ed3..fcd22e09d29e257e587dfc9b1d438d3ef5ac9a17 100644 (file)
        (ottoman-siyaq-number #x1ed01)
        (mahjong-tile #x1F000)
        (domino-tile #x1F030)
-        (emoji #x1F300 #x1F600 #xFE0F)))
+        (emoji #x1F300 #x1F600)))
 
 (defvar otf-script-alist)