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

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

[elpa] externals/denote 5686e86cfc 262/355: Only show valid notes in fil


From: ELPA Syncer
Subject: [elpa] externals/denote 5686e86cfc 262/355: Only show valid notes in file prompt
Date: Sun, 26 Jun 2022 23:58:31 -0400 (EDT)

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

    Only show valid notes in file prompt
    
    Builds on commit dcf8739.
---
 denote-retrieve.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote-retrieve.el b/denote-retrieve.el
index 8ae8f5cb7e..bba0d2f7bc 100644
--- a/denote-retrieve.el
+++ b/denote-retrieve.el
@@ -89,7 +89,7 @@ Optional GROUP is a regexp construct for
 
 (defun denote-retrieve--read-file-prompt ()
   "Prompt for regular file in variable `denote-directory'."
-  (read-file-name "Select note: " (denote-directory) nil t nil 
#'file-regular-p))
+  (read-file-name "Select note: " (denote-directory) nil t nil 
#'denote--only-note-p))
 
 (defun denote-retrieve--files-in-output (files)
   "Return list of FILES from `find' output."



reply via email to

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