emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 2ce5e08: Remove U+FE0F from script-representative-chars


From: Robert Pluim
Subject: emacs-28 2ce5e08: Remove U+FE0F from script-representative-chars
Date: Mon, 4 Oct 2021 13:11:56 -0400 (EDT)

branch: emacs-28
commit 2ce5e0805824212e4c92398203a669a9d1841786
Author: Robert Pluim <rpluim@gmail.com>
Commit: Robert Pluim <rpluim@gmail.com>

    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.
---
 lisp/international/fontset.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/international/fontset.el b/lisp/international/fontset.el
index f0ead8a..fcd22e0 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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]