[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
scratch/emoji 4a37c7f: Further tweaking the derived marking
From: |
Lars Ingebrigtsen |
Subject: |
scratch/emoji 4a37c7f: Further tweaking the derived marking |
Date: |
Tue, 26 Oct 2021 21:29:41 -0400 (EDT) |
branch: scratch/emoji
commit 4a37c7fd8e3e0741d4740d732ab02522bc0fd021
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>
Further tweaking the derived marking
---
lisp/play/emoji.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/lisp/play/emoji.el b/lisp/play/emoji.el
index 829c36e..7e70df8 100644
--- a/lisp/play/emoji.el
+++ b/lisp/play/emoji.el
@@ -116,6 +116,7 @@ when the command was issued."
(defun emoji--fontify-char (char &optional inhibit-derived)
(propertize char 'face
(if (and (not inhibit-derived)
+ (not (gethash char emoji--done-derived))
(gethash char emoji--derived))
'emoji-with-derivations
'emoji)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- scratch/emoji 4a37c7f: Further tweaking the derived marking,
Lars Ingebrigtsen <=