]> git.eshelyaron.com Git - emacs.git/commit
Make emoji commands compatible with repeat and repeat-complex-command
authorJonas Bernoulli <jonas@bernoul.li>
Sun, 3 Sep 2023 15:50:16 +0000 (17:50 +0200)
committerJonas Bernoulli <jonas@bernoul.li>
Sun, 3 Sep 2023 15:52:13 +0000 (17:52 +0200)
commit502e7c9a9b34c74b1b99f9e2f13a75f03dabba18
tree03c0df261d27f8d6742652f0fb656d5445346389
parentc799ad42f705f64975771e181dee29e1d0ebe97a
Make emoji commands compatible with repeat and repeat-complex-command

* lisp/international/emoji.el (emoji-search): Read user input
inside 'interactive'.
* (emoji-insert-glyph): Determine glyph inside 'interactive',
using 'emoji--recent' when not invoked from one of its transient
prefixes but using 'recent' or 'recent-complex-command'.
lisp/international/emoji.el