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

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

[elpa] externals/denote 89a6f7c8c2 5/9: Fix bug to make denote-sort-dire


From: ELPA Syncer
Subject: [elpa] externals/denote 89a6f7c8c2 5/9: Fix bug to make denote-sort-dired exclude files matching regexp (see a701764)
Date: Wed, 4 Dec 2024 09:58:04 -0500 (EST)

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

    Fix bug to make denote-sort-dired exclude files matching regexp (see 
a701764)
---
 denote-sort.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote-sort.el b/denote-sort.el
index 704cfa7b4b..3ea9760396 100644
--- a/denote-sort.el
+++ b/denote-sort.el
@@ -292,7 +292,7 @@ When called from Lisp, the arguments are a string, a symbol 
among
                           nil))
         (exclude-rx (or exclude-regexp nil)))
     (if-let* ((default-directory (denote-directory))
-              (files (denote-sort-get-directory-files files-matching-regexp 
component reverse-sort exclude-rx))
+              (files (denote-sort-get-directory-files files-matching-regexp 
component reverse-sort nil exclude-rx))
               ;; NOTE 2023-12-04: Passing the FILES-MATCHING-REGEXP as
               ;; buffer-name produces an error if the regexp contains a
               ;; wildcard for a directory. I can reproduce this in emacs



reply via email to

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