From: Robert Pluim Date: Mon, 4 Oct 2021 17:11:15 +0000 (+0200) Subject: Remove U+FE0F from script-representative-chars X-Git-Tag: emacs-28.0.90~410 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2ce5e0805824212e4c92398203a669a9d1841786;p=emacs.git Remove U+FE0F from script-representative-chars * 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. --- diff --git a/lisp/international/fontset.el b/lisp/international/fontset.el index f0ead8a2744..fcd22e09d29 100644 --- a/lisp/international/fontset.el +++ b/lisp/international/fontset.el @@ -281,7 +281,7 @@ (ottoman-siyaq-number #x1ed01) (mahjong-tile #x1F000) (domino-tile #x1F030) - (emoji #x1F300 #x1F600 #xFE0F))) + (emoji #x1F300 #x1F600))) (defvar otf-script-alist)