From: Glenn Morris Date: Tue, 1 Jun 2021 15:52:47 +0000 (-0700) Subject: Remove unnecessary function declaration in isearch X-Git-Tag: emacs-28.0.90~2229 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3dff85419902e52239ea971f8cbde523cc785e5d;p=emacs.git Remove unnecessary function declaration in isearch * lisp/isearch.el (multi-isearch-switch-buffer): Remove unnecessary declaration (after ldefs-boot update). --- diff --git a/lisp/isearch.el b/lisp/isearch.el index 33776d8069c..c47c66fc0f7 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -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'