projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7b4a84
)
; Fix whitespace of last change
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 5 Feb 2023 16:52:59 +0000
(18:52 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 5 Feb 2023 16:52:59 +0000
(18:52 +0200)
lisp/isearch.el
patch
|
blob
|
history
diff --git
a/lisp/isearch.el
b/lisp/isearch.el
index 62ac6f129fc7194ef7534c4aa3649f75923efe73..094e02d605e7e625bc24827724321e96506291e0 100644
(file)
--- 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.