* lisp/isearch.el (multi-isearch-switch-buffer): Avoid
byte-compiler warning.
(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'