projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9750e78
)
Remove U+FE0F from script-representative-chars
author
Robert Pluim
<rpluim@gmail.com>
Mon, 4 Oct 2021 17:11:15 +0000
(19:11 +0200)
committer
Robert 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
patch
|
blob
|
history
diff --git
a/lisp/international/fontset.el
b/lisp/international/fontset.el
index f0ead8a2744c7f7ef1f141a52541f6c2b8c76ed3..fcd22e09d29e257e587dfc9b1d438d3ef5ac9a17 100644
(file)
--- 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)