projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e38ff00
)
; * lisp/isearch.el (emoji--read-emoji): Avoid compilation warning.
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 5 Feb 2023 16:51:11 +0000
(18:51 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 5 Feb 2023 16:51:11 +0000
(18:51 +0200)
lisp/isearch.el
patch
|
blob
|
history
diff --git
a/lisp/isearch.el
b/lisp/isearch.el
index bfa71756146e8b51f5ea16f2e16aaa5d765c3d44..62ac6f129fc7194ef7534c4aa3649f75923efe73 100644
(file)
--- 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.