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

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

[elpa] externals/denote 26069e8612 029/355: Add todo about alternative t


From: ELPA Syncer
Subject: [elpa] externals/denote 26069e8612 029/355: Add todo about alternative to seq-remove
Date: Sun, 26 Jun 2022 23:57:57 -0400 (EDT)

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

    Add todo about alternative to seq-remove
---
 denote.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/denote.el b/denote.el
index b473299221..48ba05bd14 100644
--- a/denote.el
+++ b/denote.el
@@ -145,6 +145,8 @@ trailing hyphen."
   "List `denote-directory' files, assuming flat directory."
   (let* ((dir (denote--directory))
         (default-directory dir))
+    ;; TODO 2022-06-06: Do this elegantly without seq-remove or
+    ;; cl-remove-if?  Just curious...
     (seq-remove
      (lambda (file)
        (file-directory-p file))



reply via email to

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