diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/dired-aux.el | 2 |
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. |
