Merge branch 'emacs-29' of git.savannah.gnu.org:/srv/git/emacs into emacs-29
This commit is contained in:
commit
0862a79fef
1 changed files with 1 additions and 1 deletions
|
@ -685,7 +685,7 @@ We prefer the earliest unique letter."
|
||||||
(cons glyph (gethash glyph emoji--derived))))))
|
(cons glyph (gethash glyph emoji--derived))))))
|
||||||
|
|
||||||
(defun emoji--choose-emoji ()
|
(defun emoji--choose-emoji ()
|
||||||
(pcase-let ((`(,glyph ,derived) (emoji--read-emoji)))
|
(pcase-let ((`(,glyph . ,derived) (emoji--read-emoji)))
|
||||||
(if (not derived)
|
(if (not derived)
|
||||||
;; Simple glyph with no derivations.
|
;; Simple glyph with no derivations.
|
||||||
(progn
|
(progn
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue