emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/denote edbd2f7f1b 270/355: Use our pred instead of gene


From: ELPA Syncer
Subject: [elpa] externals/denote edbd2f7f1b 270/355: Use our pred instead of generic in file filtering
Date: Sun, 26 Jun 2022 23:58:32 -0400 (EDT)

branch: externals/denote
commit edbd2f7f1b61a1ab28978dd29438d675d707b1c6
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Use our pred instead of generic in file filtering
---
 denote-retrieve.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote-retrieve.el b/denote-retrieve.el
index f4c1cba768..c8dcc09f81 100644
--- a/denote-retrieve.el
+++ b/denote-retrieve.el
@@ -93,7 +93,7 @@ Optional GROUP is a regexp construct for
 (defun denote-retrieve--files-in-output (files)
   "Return list of FILES from `find' output."
   (delq nil (mapcar (lambda (f)
-                      (when (file-regular-p f) f))
+                      (when (denote--only-note-p f) f))
                     files)))
 
 ;; TODO 2022-06-15: Maybe we can do the same in a more standard way?



reply via email to

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