; Move misplaces parenthesis in emoji--choose-emoji
* lisp/international/emoji.el (emoji--choose-emoji): Move misplaced parenthesis.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user