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

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

[elpa] externals/denote 4d90cbb5da 054/355: Remove needless to-do


From: ELPA Syncer
Subject: [elpa] externals/denote 4d90cbb5da 054/355: Remove needless to-do
Date: Sun, 26 Jun 2022 23:57:59 -0400 (EDT)

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

    Remove needless to-do
---
 denote.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/denote.el b/denote.el
index b099f0bc1f..68ecf34357 100644
--- a/denote.el
+++ b/denote.el
@@ -176,8 +176,6 @@ With optional N, search in the Nth line from point."
   "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]