; * lisp/isearch.el (emoji--read-emoji): Avoid compilation warning.

This commit is contained in:
Eli Zaretskii 2023-02-05 18:51:11 +02:00
parent e38ff00463
commit d7b4a8487f

View file

@ -2773,7 +2773,7 @@ With argument, add COUNT copies of the character."
isearch-new-message (concat isearch-message isearch-new-message (concat isearch-message
(mapconcat 'isearch-text-char-description (mapconcat 'isearch-text-char-description
string "")))))))) string ""))))))))
(autoload 'emoji--read-emoji "emoji")
(defun isearch-emoji-by-name (&optional count) (defun isearch-emoji-by-name (&optional count)
"Read an Emoji name and add it to the search string COUNT times. "Read an Emoji name and add it to the search string COUNT times.
COUNT (interactively, the prefix argument) defaults to 1. COUNT (interactively, the prefix argument) defaults to 1.