emacs-diffs
[Top][All Lists]
Advanced

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

scratch/emoji 0279a32: We don't need composition details


From: Lars Ingebrigtsen
Subject: scratch/emoji 0279a32: We don't need composition details
Date: Fri, 29 Oct 2021 08:02:06 -0400 (EDT)

branch: scratch/emoji
commit 0279a32f1e52e0f894828f9c219f8f4adb5c4a8e
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    We don't need composition details
---
 lisp/play/emoji.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/play/emoji.el b/lisp/play/emoji.el
index f9a5505..2d4c6b0 100644
--- a/lisp/play/emoji.el
+++ b/lisp/play/emoji.el
@@ -119,7 +119,7 @@ Interactively, it will message what the name of the emoji 
(or
 character) under point is."
   (interactive (list (if (eobp)
                          (error "No glyph under point")
-                       (let ((comp (find-composition (point) nil nil t)))
+                       (let ((comp (find-composition (point))))
                          (if comp
                              (buffer-substring-no-properties
                               (car comp) (cadr comp))



reply via email to

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