]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove unnecessary function declaration in isearch
authorGlenn Morris <rgm@gnu.org>
Tue, 1 Jun 2021 15:52:47 +0000 (08:52 -0700)
committerGlenn Morris <rgm@gnu.org>
Tue, 1 Jun 2021 15:52:47 +0000 (08:52 -0700)
* lisp/isearch.el (multi-isearch-switch-buffer):
Remove unnecessary declaration (after ldefs-boot update).

lisp/isearch.el

index 33776d8069c0e351769f2f078d6ec052863e4b0e..c47c66fc0f7932908fd1fcc89ef2b2f6cbd1335f 100644 (file)
@@ -3462,10 +3462,6 @@ Can be changed via `isearch-search-fun-function' for special needs."
        (if isearch-forward #'re-search-forward #'re-search-backward)
        regexp bound noerror count))))
 
-;; This is for when we compile this file during bootstrap, with
-;; loaddefs.el still not loaded.
-(declare-function multi-isearch-switch-buffer "misearch" ())
-
 (defun isearch-search-string (string bound noerror)
   "Search for the first occurrence of STRING or its translation.
 STRING's characters are translated using `translation-table-for-input'