mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
Remove unnecessary function declaration in isearch
* lisp/isearch.el (multi-isearch-switch-buffer): Remove unnecessary declaration (after ldefs-boot update).
This commit is contained in:
parent
8b3291d134
commit
3dff854199
1 changed files with 0 additions and 4 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue