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

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

[elpa] externals/denote 89d1fdc1dd 11/14: Simplify denote--valid-date


From: ELPA Syncer
Subject: [elpa] externals/denote 89d1fdc1dd 11/14: Simplify denote--valid-date
Date: Mon, 15 Aug 2022 23:57:30 -0400 (EDT)

branch: externals/denote
commit 89d1fdc1ddb99c118f46f1c2ac83cdcb19b48dc9
Author: Jean-Philippe Gagné Guay <jeanphilippe150@gmail.com>
Commit: Jean-Philippe Gagné Guay <jeanphilippe150@gmail.com>

    Simplify denote--valid-date
---
 denote.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index cb37895a54..e5efc97590 100644
--- a/denote.el
+++ b/denote.el
@@ -1004,7 +1004,7 @@ where the former does not read dates without a time 
component."
 (defun denote--buffer-file-names ()
   "Return file names of active buffers."
   (seq-filter
-   (lambda (name) (denote--only-note-p name))
+   #'denote--only-note-p
    (delq nil
          (mapcar
           (lambda (buf)



reply via email to

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