summaryrefslogtreecommitdiff
path: root/lisp/dired-aux.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2019-05-17 06:07:00 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2019-05-17 06:07:00 +0200
commit9843e7b6b159d66feaaa2c5f67e3d7fd0c63af1d (patch)
tree1232405abbafbc3853bfff189be9a46f89e92b73 /lisp/dired-aux.el
parent6a2968b9e7b5ee604751d430879844b5298135e4 (diff)
downloademacs-9843e7b6b159d66feaaa2c5f67e3d7fd0c63af1d.tar.gz
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.
Diffstat (limited to 'lisp/dired-aux.el')
-rw-r--r--lisp/dired-aux.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index 0cf9e6e2e91..aae521287e3 100644
--- a/lisp/dired-aux.el
+++ b/lisp/dired-aux.el
@@ -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.