From d7b4a8487f64527d5913f7094b12266d012180c1 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 5 Feb 2023 18:51:11 +0200 Subject: [PATCH] ; * lisp/isearch.el (emoji--read-emoji): Avoid compilation warning. --- lisp/isearch.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/isearch.el b/lisp/isearch.el index bfa71756146..62ac6f129fc 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -2773,7 +2773,7 @@ With argument, add COUNT copies of the character." isearch-new-message (concat isearch-message (mapconcat 'isearch-text-char-description string "")))))))) - +(autoload 'emoji--read-emoji "emoji") (defun isearch-emoji-by-name (&optional count) "Read an Emoji name and add it to the search string COUNT times. COUNT (interactively, the prefix argument) defaults to 1. -- 2.39.5