aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2019-05-17 06:07:00 +0200
committerLars Ingebrigtsen2019-05-17 06:07:00 +0200
commit9843e7b6b159d66feaaa2c5f67e3d7fd0c63af1d (patch)
tree1232405abbafbc3853bfff189be9a46f89e92b73
parent6a2968b9e7b5ee604751d430879844b5298135e4 (diff)
downloademacs-9843e7b6b159d66feaaa2c5f67e3d7fd0c63af1d.tar.gz
emacs-9843e7b6b159d66feaaa2c5f67e3d7fd0c63af1d.zip
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.
-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')."
2849 (multi-isearch-files-regexp 2849 (multi-isearch-files-regexp
2850 (dired-get-marked-files nil nil 'dired-nondirectory-p nil t))) 2850 (dired-get-marked-files nil nil 'dired-nondirectory-p nil t)))
2851 2851
2852(declare-function fileloop-continue "fileloop" ())
2853
2852;;;###autoload 2854;;;###autoload
2853(defun dired-do-search (regexp) 2855(defun dired-do-search (regexp)
2854 "Search through all marked files for a match for REGEXP. 2856 "Search through all marked files for a match for REGEXP.