Declare fileloop-continue in dired-aux to avoid warning

* lisp/dired-aux.el (fileloop-continue): Declare to avoid
compilation warning.  `fileloop-initialize-search' (used before
-continue) will load fileloop.el.
This commit is contained in:
Lars Ingebrigtsen 2019-05-17 06:07:00 +02:00
parent 6a2968b9e7
commit 9843e7b6b1

View file

@ -2849,6 +2849,8 @@ is part of a file name (i.e., has the text property `dired-filename')."
(multi-isearch-files-regexp
(dired-get-marked-files nil nil 'dired-nondirectory-p nil t)))
(declare-function fileloop-continue "fileloop" ())
;;;###autoload
(defun dired-do-search (regexp)
"Search through all marked files for a match for REGEXP.