From bb999df5d6f26bb1214ffad844a8b6fbf18c682e Mon Sep 17 00:00:00 2001
From: Eli Zaretskii <eliz@gnu.org>
Date: Sun, 5 Feb 2023 18:52:59 +0200
Subject: [PATCH] ; Fix whitespace of last change

---
 lisp/isearch.el | 1 +
 1 file changed, 1 insertion(+)

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.
-- 
2.39.5