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:
parent
6a2968b9e7
commit
9843e7b6b1
1 changed files with 2 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue