aboutsummaryrefslogtreecommitdiffstats
path: root/admin/notes/unicode
diff options
context:
space:
mode:
Diffstat (limited to 'admin/notes/unicode')
-rw-r--r--admin/notes/unicode2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/notes/unicode b/admin/notes/unicode
index 9dc6f3bdca3..0b2ce527948 100644
--- a/admin/notes/unicode
+++ b/admin/notes/unicode
@@ -100,7 +100,7 @@ FONT-NAME-REGEXP is checked using `string-match'."
100(save-excursion 100(save-excursion
101(goto-char (point-min)) 101(goto-char (point-min))
102(let (res char name ifont) 102(let (res char name ifont)
103 (while (re-search-forward "; Emoji [^(]+(\\(.\\)[).\uFE0F]" nil t) 103 (while (re-search-forward "; Emoji_Presentation [^(]+(\\(.\\)[).]" nil t)
104 (setq char (aref (match-string 1) 0)) 104 (setq char (aref (match-string 1) 0))
105 (setq ifont (car (internal-char-font nil char))) 105 (setq ifont (car (internal-char-font nil char)))
106 (when ifont 106 (when ifont