diff options
| author | Eli Zaretskii | 2023-02-05 18:52:59 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2023-02-05 18:52:59 +0200 |
| commit | bb999df5d6f26bb1214ffad844a8b6fbf18c682e (patch) | |
| tree | 46615b4ca2115694d1028669099af3cba1b916db | |
| parent | d7b4a8487f64527d5913f7094b12266d012180c1 (diff) | |
| download | emacs-bb999df5d6f26bb1214ffad844a8b6fbf18c682e.tar.gz emacs-bb999df5d6f26bb1214ffad844a8b6fbf18c682e.zip | |
; Fix whitespace of last change
| -rw-r--r-- | lisp/isearch.el | 1 |
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." | |||
| 2773 | isearch-new-message (concat isearch-message | 2773 | isearch-new-message (concat isearch-message |
| 2774 | (mapconcat 'isearch-text-char-description | 2774 | (mapconcat 'isearch-text-char-description |
| 2775 | string "")))))))) | 2775 | string "")))))))) |
| 2776 | |||
| 2776 | (autoload 'emoji--read-emoji "emoji") | 2777 | (autoload 'emoji--read-emoji "emoji") |
| 2777 | (defun isearch-emoji-by-name (&optional count) | 2778 | (defun isearch-emoji-by-name (&optional count) |
| 2778 | "Read an Emoji name and add it to the search string COUNT times. | 2779 | "Read an Emoji name and add it to the search string COUNT times. |