]> git.eshelyaron.com Git - emacs.git/commitdiff
; Move misplaces parenthesis in emoji--choose-emoji
authorJonas Bernoulli <jonas@bernoul.li>
Sun, 5 Feb 2023 16:19:15 +0000 (17:19 +0100)
committerJonas Bernoulli <jonas@bernoul.li>
Sun, 5 Feb 2023 16:27:17 +0000 (17:27 +0100)
* lisp/international/emoji.el (emoji--choose-emoji): Move misplaced
parenthesis.

lisp/international/emoji.el

index f75bd87799192b79bdbf861afea0bfd2aea63872..18fc167974c58010b97bbad7ae46901e9aa11c7a 100644 (file)
@@ -685,7 +685,7 @@ We prefer the earliest unique letter."
         (cons glyph (gethash glyph emoji--derived))))))
 
 (defun emoji--choose-emoji ()
-  (pcase-let ((`(,glyph ,derived)) (emoji--read-emoji))
+  (pcase-let ((`(,glyph ,derived) (emoji--read-emoji)))
     (if (not derived)
         ;; Simple glyph with no derivations.
         (progn