]> git.eshelyaron.com Git - emacs.git/commitdiff
Declare fileloop-continue in dired-aux to avoid warning
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 17 May 2019 04:07:00 +0000 (06:07 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 17 May 2019 04:07:00 +0000 (06:07 +0200)
* 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

index 0cf9e6e2e91c1b43342971051dd96d7b47212510..aae521287e394d538ca71aa5c45a4e81fce4046f 100644 (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.