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

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

[elpa] externals/denote 7aa1c44f4f 07/15: Add comment about empty value


From: ELPA Syncer
Subject: [elpa] externals/denote 7aa1c44f4f 07/15: Add comment about empty value of face
Date: Wed, 10 Aug 2022 02:57:35 -0400 (EDT)

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

    Add comment about empty value of face
---
 denote.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/denote.el b/denote.el
index bf3e654017..0872f243d1 100644
--- a/denote.el
+++ b/denote.el
@@ -1545,8 +1545,9 @@ This is the part of the identifier that covers the hours, 
minutes,
 and seconds."
   :group 'denote-faces)
 
-(defface denote-faces-title
-  '((t ))
+;; TODO 2022-08-10: I believe a nil value has the same effect, though
+;; there is no pressing need to test this.
+(defface denote-faces-title '((t ))
   "Face for file name title in Dired buffers."
   :group 'denote-faces)
 



reply via email to

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