projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a2968b
)
Declare fileloop-continue in dired-aux to avoid warning
author
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 17 May 2019 04:07:00 +0000
(06:07 +0200)
committer
Lars 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
patch
|
blob
|
history
diff --git
a/lisp/dired-aux.el
b/lisp/dired-aux.el
index 0cf9e6e2e91c1b43342971051dd96d7b47212510..aae521287e394d538ca71aa5c45a4e81fce4046f 100644
(file)
--- 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.