emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 9843e7b: Declare fileloop-continue in dired-aux to


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 9843e7b: Declare fileloop-continue in dired-aux to avoid warning
Date: Fri, 17 May 2019 00:07:09 -0400 (EDT)

branch: master
commit 9843e7b6b159d66feaaa2c5f67e3d7fd0c63af1d
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    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 0cf9e6e..aae5212 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]