From 9843e7b6b159d66feaaa2c5f67e3d7fd0c63af1d Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Fri, 17 May 2019 06:07:00 +0200 Subject: [PATCH] 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. --- lisp/dired-aux.el | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.39.2