summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2023-02-05 18:52:59 +0200
committerEli Zaretskii <eliz@gnu.org>2023-02-05 18:52:59 +0200
commitbb999df5d6f26bb1214ffad844a8b6fbf18c682e (patch)
tree46615b4ca2115694d1028669099af3cba1b916db
parentd7b4a8487f64527d5913f7094b12266d012180c1 (diff)
downloademacs-bb999df5d6f26bb1214ffad844a8b6fbf18c682e.tar.gz
; Fix whitespace of last change
-rw-r--r--lisp/isearch.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el
index 62ac6f129fc..094e02d605e 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -2773,6 +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.